#33B64C

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

Shades of Chateau Green #33B64C

Tints of Chateau Green #33B64C

Color information

#33B64C (or 0x33B64C) is unknown color: approx Chateau Green. HEX triplet: 33, B6 and 4C. RGB value is (51,182,76). Sum of RGB (Red+Green+Blue) = 51+182+76=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 182 (71.48% from 255 or 58.90% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 182 - color contains mainly: green. Hex color #33B64C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33B64C is #CC49B3. Grayscale: #838383. Windows color (decimal): -13388212 or 5027379. OLE color: 5027379.

HSL color Cylindrical-coordinate representation of color #33B64C: hue angle of 131.45º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33B64C is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB5118276-
CMYK0.7200.580.29
HSL131.45º56.22%45.69%-
HSV(B)131.45º71.98%71.37%-
XYZ19.434.6812.51-
YUV130.7597.171.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.50%
GREEN value IS 182 (71.48% from 255) = 58.90%
BLUE value IS 76 (30.08% from 255) = 24.60%
R=16.50%
G=58.90%
B=24.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal51182760.7200.580.29131.4556.2245.69
Hex33B64C4803A1D83382e
Octal63266114110072352037056
Binary110011101101101001100100100001110101110110000011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,182,76); }

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

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

 a { background-color: rgb(51,182,76); }

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

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

 span { border-color: rgb(51,182,76); }

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