#35B451

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

Shades of Chateau Green #35B451

Tints of Chateau Green #35B451

Color information

#35B451 (or 0x35B451) is unknown color: approx Chateau Green. HEX triplet: 35, B4 and 51. RGB value is (53,180,81). Sum of RGB (Red+Green+Blue) = 53+180+81=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 180 (70.70% from 255 or 57.32% from 314); Blue value is 81 (32.03% from 255 or 25.80% from 314); Max value from RGB is 180 - color contains mainly: green. Hex color #35B451 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35B451 is #CA4BAE. Grayscale: #838383. Windows color (decimal): -13257647 or 5354549. OLE color: 5354549.

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

Color convert

RGB5318081-
CMYK0.7100.550.29
HSL133.23º54.51%45.69%-
HSV(B)133.23º70.56%70.59%-
XYZ19.2733.9913.33-
YUV130.7499.9272.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.88%
GREEN value IS 180 (70.70% from 255) = 57.32%
BLUE value IS 81 (32.03% from 255) = 25.80%
R=16.88%
G=57.32%
B=25.80%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal53180810.7100.550.29133.2354.5145.69
Hex35B451470371D85372e
Octal65264121107067352056756
Binary110101101101001010001100011101101111110110000101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,180,81); }

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

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

 a { background-color: rgb(53,180,81); }

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

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

 span { border-color: rgb(53,180,81); }

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