#35C354

Color #35C354 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #35C354

Tints of Chateau Green #35C354

Color information

#35C354 (or 0x35C354) is unknown color: approx Chateau Green. HEX triplet: 35, C3 and 54. RGB value is (53,195,84). Sum of RGB (Red+Green+Blue) = 53+195+84=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 195 (76.56% from 255 or 58.73% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 195 - color contains mainly: green. Hex color #35C354 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C354 is #CA3CAB. Grayscale: #8C8C8C. Windows color (decimal): -13253804 or 5554997. OLE color: 5554997.

HSL color Cylindrical-coordinate representation of color #35C354: hue angle of 133.1º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C354 is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB5319584-
CMYK0.7300.570.24
HSL133.1º57.26%48.63%-
HSV(B)133.1º72.82%76.47%-
XYZ22.5840.4315-
YUV139.8996.4666.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 15.96%
GREEN value IS 195 (76.56% from 255) = 58.73%
BLUE value IS 84 (33.20% from 255) = 25.30%
R=15.96%
G=58.73%
B=25.30%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal53195840.7300.570.24133.157.2648.63
Hex35C3544903918853931
Octal65303124111071302057161
Binary110101110000111010100100100101110011100010000101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35C354; }

 p { color: rgb(53,195,84); }

 H1.HeaderClassName
 {
   color: #35C354;
 }
 .AnyTagClassName
 {
   color: #35C354;
 }
</style>
background-color css

<style>
 a { background-color: #35C354; }

 a { background-color: rgb(53,195,84); }

 div.DivClassName
 {
   background-color: #35C354;
 }
 .BgClassName
 {
   background-color: #35C354;
 }
</style>
border-color css

<style>
 span { border-color: #35C354; }

 span { border-color: rgb(53,195,84); }

 td.TdClassName
 {
   border-color: #35C354;
 }
 .TagClassName
 {
   border-color: #35C354;
 }
</style>