#35A64F

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

Shades of Chateau Green #35A64F

Tints of Chateau Green #35A64F

Color information

#35A64F (or 0x35A64F) is unknown color: approx Chateau Green. HEX triplet: 35, A6 and 4F. RGB value is (53,166,79). Sum of RGB (Red+Green+Blue) = 53+166+79=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 166 (65.23% from 255 or 55.70% from 298); Blue value is 79 (31.25% from 255 or 26.51% from 298); Max value from RGB is 166 - color contains mainly: green. Hex color #35A64F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A64F is #CA59B0. Grayscale: #7A7A7A. Windows color (decimal): -13261233 or 5219893. OLE color: 5219893.

HSL color Cylindrical-coordinate representation of color #35A64F: hue angle of 133.81º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35A64F is Cyan = 0.68, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB5316679-
CMYK0.6800.520.35
HSL133.81º51.6%42.94%-
HSV(B)133.81º68.07%65.1%-
XYZ16.5228.5912.05-
YUV122.29103.5678.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.79%
GREEN value IS 166 (65.23% from 255) = 55.70%
BLUE value IS 79 (31.25% from 255) = 26.51%
R=17.79%
G=55.70%
B=26.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal53166790.6800.520.35133.8151.642.94
Hex35A64F440342386342b
Octal65246117104064432066453
Binary1101011010011010011111000100011010010001110000110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,166,79); }

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

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

 a { background-color: rgb(53,166,79); }

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

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

 span { border-color: rgb(53,166,79); }

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