#35A64B

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

Shades of Chateau Green #35A64B

Tints of Chateau Green #35A64B

Color information

#35A64B (or 0x35A64B) is unknown color: approx Chateau Green. HEX triplet: 35, A6 and 4B. RGB value is (53,166,75). Sum of RGB (Red+Green+Blue) = 53+166+75=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 166 (65.23% from 255 or 56.46% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 166 - color contains mainly: green. Hex color #35A64B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A64B is #CA59B4. Grayscale: #7A7A7A. Windows color (decimal): -13261237 or 4957749. OLE color: 4957749.

HSL color Cylindrical-coordinate representation of color #35A64B: hue angle of 131.68º 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 #35A64B is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB5316675-
CMYK0.6800.550.35
HSL131.68º51.6%42.94%-
HSV(B)131.68º68.07%65.1%-
XYZ16.3728.5411.3-
YUV121.84101.5678.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.03%
GREEN value IS 166 (65.23% from 255) = 56.46%
BLUE value IS 75 (29.69% from 255) = 25.51%
R=18.03%
G=56.46%
B=25.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal53166750.6800.550.35131.6851.642.94
Hex35A64B440372384342b
Octal65246113104067432046453
Binary1101011010011010010111000100011011110001110000100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A64B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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