#35B74F

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

Shades of Chateau Green #35B74F

Tints of Chateau Green #35B74F

Color information

#35B74F (or 0x35B74F) is unknown color: approx Chateau Green. HEX triplet: 35, B7 and 4F. RGB value is (53,183,79). Sum of RGB (Red+Green+Blue) = 53+183+79=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 183 (71.88% from 255 or 58.10% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 183 - color contains mainly: green. Hex color #35B74F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35B74F is #CA48B0. Grayscale: #848484. Windows color (decimal): -13256881 or 5224245. OLE color: 5224245.

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

Color convert

RGB5318379-
CMYK0.7100.570.28
HSL132º55.08%46.27%-
HSV(B)132º71.04%71.76%-
XYZ19.8135.1913.14-
YUV132.2797.9371.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.83%
GREEN value IS 183 (71.88% from 255) = 58.10%
BLUE value IS 79 (31.25% from 255) = 25.08%
R=16.83%
G=58.10%
B=25.08%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal53183790.7100.570.2813255.0846.27
Hex35B74F470391C84372e
Octal65267117107071342046756
Binary110101101101111001111100011101110011110010000100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B74F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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