#35914A

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

Shades of Chateau Green #35914A

Tints of Chateau Green #35914A

Color information

#35914A (or 0x35914A) is unknown color: approx Chateau Green. HEX triplet: 35, 91 and 4A. RGB value is (53,145,74). Sum of RGB (Red+Green+Blue) = 53+145+74=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 145 (57.03% from 255 or 53.31% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 145 - color contains mainly: green. Hex color #35914A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35914A is #CA6EB5. Grayscale: #6D6D6D. Windows color (decimal): -13266614 or 4886837. OLE color: 4886837.

HSL color Cylindrical-coordinate representation of color #35914A: hue angle of 133.7º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35914A is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB5314574-
CMYK0.6300.490.43
HSL133.7º46.46%38.82%-
HSV(B)133.7º63.45%56.86%-
XYZ12.8321.59.95-
YUV109.4108.0287.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.49%
GREEN value IS 145 (57.03% from 255) = 53.31%
BLUE value IS 74 (29.30% from 255) = 27.21%
R=19.49%
G=53.31%
B=27.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53145740.6300.490.43133.746.4638.82
Hex35914A3F0312B862e27
Octal6522111277061532065647
Binary110101100100011001010111111011000110101110000110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35914A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35914A; }

 p { color: rgb(53,145,74); }

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

<style>
 a { background-color: #35914A; }

 a { background-color: rgb(53,145,74); }

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

<style>
 span { border-color: #35914A; }

 span { border-color: rgb(53,145,74); }

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