#35974b

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

Shades of Chateau Green #35974B

Tints of Chateau Green #35974B

Color information

#35974B (or 0x35974B) is unknown color: approx Chateau Green. HEX triplet: 35, 97 and 4B. RGB value is (53,151,75). Sum of RGB (Red+Green+Blue) = 53+151+75=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 151 (59.38% from 255 or 54.12% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 151 - color contains mainly: green. Hex color #35974B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35974B is #CA68B4. Grayscale: #717171. Windows color (decimal): -13265077 or 4953909. OLE color: 4953909.

HSL color Cylindrical-coordinate representation of color #35974B: hue angle of 133.47º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #35974B is Cyan = 0.65, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB5315175-
CMYK0.6500.500.41
HSL133.47º48.04%40%-
HSV(B)133.47º64.9%59.22%-
XYZ13.823.410.45-
YUV113.03106.5385.18-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.00%
GREEN value IS 151 (59.38% from 255) = 54.12%
BLUE value IS 75 (29.69% from 255) = 26.88%
R=19.00%
G=54.12%
B=26.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal53151750.6500.500.41133.4748.0440
Hex35974B4103229853028
Octal65227113101062512056050
Binary1101011001011110010111000001011001010100110000101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35974b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35974b; }

 p { color: rgb(53,151,75); }

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

<style>
 a { background-color: #35974b; }

 a { background-color: rgb(53,151,75); }

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

<style>
 span { border-color: #35974b; }

 span { border-color: rgb(53,151,75); }

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