#33BF53

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

Shades of Chateau Green #33BF53

Tints of Chateau Green #33BF53

Color information

#33BF53 (or 0x33BF53) is unknown color: approx Chateau Green. HEX triplet: 33, BF and 53. RGB value is (51,191,83). Sum of RGB (Red+Green+Blue) = 51+191+83=325 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.69% from 325); Green value is 191 (75% from 255 or 58.77% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 191 - color contains mainly: green. Hex color #33BF53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33BF53 is #CC40AC. Grayscale: #898989. Windows color (decimal): -13385901 or 5488435. OLE color: 5488435.

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

Color convert

RGB5119183-
CMYK0.7300.570.25
HSL133.71º57.85%47.45%-
HSV(B)133.71º73.3%74.9%-
XYZ21.5638.5914.5-
YUV136.8397.6266.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.69%
GREEN value IS 191 (75% from 255) = 58.77%
BLUE value IS 83 (32.81% from 255) = 25.54%
R=15.69%
G=58.77%
B=25.54%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51191830.7300.570.25133.7157.8547.45
Hex33BF534903919863a2f
Octal63277123111071312067257
Binary110011101111111010011100100101110011100110000110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BF53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,191,83); }

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

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

 a { background-color: rgb(51,191,83); }

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

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

 span { border-color: rgb(51,191,83); }

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