#35B149

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

Shades of Chateau Green #35B149

Tints of Chateau Green #35B149

Color information

#35B149 (or 0x35B149) is unknown color: approx Chateau Green. HEX triplet: 35, B1 and 49. RGB value is (53,177,73). Sum of RGB (Red+Green+Blue) = 53+177+73=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 177 (69.53% from 255 or 58.42% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 177 - color contains mainly: green. Hex color #35B149 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35B149 is #CA4EB6. Grayscale: #808080. Windows color (decimal): -13258423 or 4829493. OLE color: 4829493.

HSL color Cylindrical-coordinate representation of color #35B149: hue angle of 129.68º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35B149 is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB5317773-
CMYK0.7000.590.31
HSL129.68º53.91%45.1%-
HSV(B)129.68º70.06%69.41%-
XYZ18.3932.6811.64-
YUV128.0796.9274.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.49%
GREEN value IS 177 (69.53% from 255) = 58.42%
BLUE value IS 73 (28.91% from 255) = 24.09%
R=17.49%
G=58.42%
B=24.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal53177730.7000.590.31129.6853.9145.1
Hex35B1494603B1F82362d
Octal65261111106073372026655
Binary110101101100011001001100011001110111111110000010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,177,73); }

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

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

 a { background-color: rgb(53,177,73); }

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

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

 span { border-color: rgb(53,177,73); }

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