#35B84C

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

Shades of Chateau Green #35B84C

Tints of Chateau Green #35B84C

Color information

#35B84C (or 0x35B84C) is unknown color: approx Chateau Green. HEX triplet: 35, B8 and 4C. RGB value is (53,184,76). Sum of RGB (Red+Green+Blue) = 53+184+76=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 184 (72.27% from 255 or 58.79% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 184 - color contains mainly: green. Hex color #35B84C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35B84C is #CA47B3. Grayscale: #848484. Windows color (decimal): -13256628 or 5027893. OLE color: 5027893.

HSL color Cylindrical-coordinate representation of color #35B84C: hue angle of 130.53º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35B84C is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB5318476-
CMYK0.7100.590.28
HSL130.53º55.27%46.47%-
HSV(B)130.53º71.2%72.16%-
XYZ19.9135.5612.65-
YUV132.5296.171.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.93%
GREEN value IS 184 (72.27% from 255) = 58.79%
BLUE value IS 76 (30.08% from 255) = 24.28%
R=16.93%
G=58.79%
B=24.28%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal53184760.7100.590.28130.5355.2746.47
Hex35B84C4703B1C83372e
Octal65270114107073342036756
Binary110101101110001001100100011101110111110010000011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B84C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,184,76); }

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

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

 a { background-color: rgb(53,184,76); }

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

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

 span { border-color: rgb(53,184,76); }

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