#33BD56

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

Shades of Chateau Green #33BD56

Tints of Chateau Green #33BD56

Color information

#33BD56 (or 0x33BD56) is unknown color: approx Chateau Green. HEX triplet: 33, BD and 56. RGB value is (51,189,86). Sum of RGB (Red+Green+Blue) = 51+189+86=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 189 (74.22% from 255 or 57.98% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 189 - color contains mainly: green. Hex color #33BD56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33BD56 is #CC42A9. Grayscale: #888888. Windows color (decimal): -13386410 or 5684531. OLE color: 5684531.

HSL color Cylindrical-coordinate representation of color #33BD56: hue angle of 135.22º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BD56 is Cyan = 0.73, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB5118986-
CMYK0.7300.540.26
HSL135.22º57.5%47.06%-
HSV(B)135.22º73.02%74.12%-
XYZ21.2437.7714.98-
YUV13699.7867.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.64%
GREEN value IS 189 (74.22% from 255) = 57.98%
BLUE value IS 86 (33.98% from 255) = 26.38%
R=15.64%
G=57.98%
B=26.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal51189860.7300.540.26135.2257.547.06
Hex33BD56490361A873a2f
Octal63275126111066322077257
Binary110011101111011010110100100101101101101010000111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33BD56; }

 p { color: rgb(51,189,86); }

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

<style>
 a { background-color: #33BD56; }

 a { background-color: rgb(51,189,86); }

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

<style>
 span { border-color: #33BD56; }

 span { border-color: rgb(51,189,86); }

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