#35A65B

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

Shades of Chateau Green #35A65B

Tints of Chateau Green #35A65B

Color information

#35A65B (or 0x35A65B) is unknown color: approx Chateau Green. HEX triplet: 35, A6 and 5B. RGB value is (53,166,91). Sum of RGB (Red+Green+Blue) = 53+166+91=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 166 (65.23% from 255 or 53.55% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 166 - color contains mainly: green. Hex color #35A65B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A65B is #CA59A4. Grayscale: #7B7B7B. Windows color (decimal): -13261221 or 6006325. OLE color: 6006325.

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

Color convert

RGB5316691-
CMYK0.6800.450.35
HSL140.18º51.6%42.94%-
HSV(B)140.18º68.07%65.1%-
XYZ16.9928.7814.56-
YUV123.66109.5677.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.10%
GREEN value IS 166 (65.23% from 255) = 53.55%
BLUE value IS 91 (35.94% from 255) = 29.35%
R=17.10%
G=53.55%
B=29.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal53166910.6800.450.35140.1851.642.94
Hex35A65B4402D238c342b
Octal65246133104055432146453
Binary1101011010011010110111000100010110110001110001100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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