#35944c

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

Shades of Chateau Green #35944C

Tints of Chateau Green #35944C

Color information

#35944C (or 0x35944C) is unknown color: approx Chateau Green. HEX triplet: 35, 94 and 4C. RGB value is (53,148,76). Sum of RGB (Red+Green+Blue) = 53+148+76=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 148 (58.20% from 255 or 53.43% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 148 - color contains mainly: green. Hex color #35944C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35944C is #CA6BB3. Grayscale: #6F6F6F. Windows color (decimal): -13265844 or 5018677. OLE color: 5018677.

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

Color convert

RGB5314876-
CMYK0.6400.490.42
HSL134.53º47.26%39.41%-
HSV(B)134.53º64.19%58.04%-
XYZ13.3622.4610.47-
YUV111.39108.0386.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.13%
GREEN value IS 148 (58.20% from 255) = 53.43%
BLUE value IS 76 (30.08% from 255) = 27.44%
R=19.13%
G=53.43%
B=27.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53148760.6400.490.42134.5347.2639.41
Hex35944C400312A872f27
Octal65224114100061522075747
Binary1101011001010010011001000000011000110101010000111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35944c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35944c; }

 p { color: rgb(53,148,76); }

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

<style>
 a { background-color: #35944c; }

 a { background-color: rgb(53,148,76); }

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

<style>
 span { border-color: #35944c; }

 span { border-color: rgb(53,148,76); }

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