#33954B

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

Shades of Chateau Green #33954B

Tints of Chateau Green #33954B

Color information

#33954B (or 0x33954B) is unknown color: approx Chateau Green. HEX triplet: 33, 95 and 4B. RGB value is (51,149,75). Sum of RGB (Red+Green+Blue) = 51+149+75=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 149 (58.59% from 255 or 54.18% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 149 - color contains mainly: green. Hex color #33954B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33954B is #CC6AB4. Grayscale: #6F6F6F. Windows color (decimal): -13396661 or 4953395. OLE color: 4953395.

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

Color convert

RGB5114975-
CMYK0.6600.500.42
HSL134.69º49%39.22%-
HSV(B)134.69º65.77%58.43%-
XYZ13.3822.7110.33-
YUV111.26107.5385.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.55%
GREEN value IS 149 (58.59% from 255) = 54.18%
BLUE value IS 75 (29.69% from 255) = 27.27%
R=18.55%
G=54.18%
B=27.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51149750.6600.500.42134.694939.22
Hex33954B420322A873127
Octal63225113102062522076147
Binary1100111001010110010111000010011001010101010000111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33954B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,149,75); }

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

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

 a { background-color: rgb(51,149,75); }

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

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

 span { border-color: rgb(51,149,75); }

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