#35B150

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

Shades of Chateau Green #35B150

Tints of Chateau Green #35B150

Color information

#35B150 (or 0x35B150) is unknown color: approx Chateau Green. HEX triplet: 35, B1 and 50. RGB value is (53,177,80). Sum of RGB (Red+Green+Blue) = 53+177+80=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 177 (69.53% from 255 or 57.10% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 177 - color contains mainly: green. Hex color #35B150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35B150 is #CA4EAF. Grayscale: #818181. Windows color (decimal): -13258416 or 5288245. OLE color: 5288245.

HSL color Cylindrical-coordinate representation of color #35B150: hue angle of 133.06º 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 #35B150 is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB5317780-
CMYK0.7000.550.31
HSL133.06º53.91%45.1%-
HSV(B)133.06º70.06%69.41%-
XYZ18.6432.7812.93-
YUV128.87100.4273.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.10%
GREEN value IS 177 (69.53% from 255) = 57.10%
BLUE value IS 80 (31.64% from 255) = 25.81%
R=17.10%
G=57.10%
B=25.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal53177800.7000.550.31133.0653.9145.1
Hex35B150460371F85362d
Octal65261120106067372056655
Binary110101101100011010000100011001101111111110000101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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