#35924B

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

Shades of Chateau Green #35924B

Tints of Chateau Green #35924B

Color information

#35924B (or 0x35924B) is unknown color: approx Chateau Green. HEX triplet: 35, 92 and 4B. RGB value is (53,146,75). Sum of RGB (Red+Green+Blue) = 53+146+75=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 146 (57.42% from 255 or 53.28% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 146 - color contains mainly: green. Hex color #35924B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35924B is #CA6DB4. Grayscale: #6E6E6E. Windows color (decimal): -13266357 or 4952629. OLE color: 4952629.

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

Color convert

RGB5314675-
CMYK0.6400.490.43
HSL134.19º46.73%39.02%-
HSV(B)134.19º63.7%57.25%-
XYZ13.0221.8210.18-
YUV110.1108.1987.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.34%
GREEN value IS 146 (57.42% from 255) = 53.28%
BLUE value IS 75 (29.69% from 255) = 27.37%
R=19.34%
G=53.28%
B=27.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53146750.6400.490.43134.1946.7339.02
Hex35924B400312B862f27
Octal65222113100061532065747
Binary1101011001001010010111000000011000110101110000110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35924B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35924B; }

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

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

<style>
 a { background-color: #35924B; }

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

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

<style>
 span { border-color: #35924B; }

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

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