#35B84D

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

Shades of Chateau Green #35B84D

Tints of Chateau Green #35B84D

Color information

#35B84D (or 0x35B84D) is unknown color: approx Chateau Green. HEX triplet: 35, B8 and 4D. RGB value is (53,184,77). Sum of RGB (Red+Green+Blue) = 53+184+77=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 184 (72.27% from 255 or 58.60% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 184 - color contains mainly: green. Hex color #35B84D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35B84D is #CA47B2. Grayscale: #848484. Windows color (decimal): -13256627 or 5093429. OLE color: 5093429.

HSL color Cylindrical-coordinate representation of color #35B84D: hue angle of 130.99º 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 #35B84D is Cyan = 0.71, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB5318477-
CMYK0.7100.580.28
HSL130.99º55.27%46.47%-
HSV(B)130.99º71.2%72.16%-
XYZ19.9535.5712.84-
YUV132.6396.671.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.88%
GREEN value IS 184 (72.27% from 255) = 58.60%
BLUE value IS 77 (30.47% from 255) = 24.52%
R=16.88%
G=58.60%
B=24.52%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal53184770.7100.580.28130.9955.2746.47
Hex35B84D4703A1C83372e
Octal65270115107072342036756
Binary110101101110001001101100011101110101110010000011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B84D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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