#33B94A

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

Shades of Chateau Green #33B94A

Tints of Chateau Green #33B94A

Color information

#33B94A (or 0x33B94A) is unknown color: approx Chateau Green. HEX triplet: 33, B9 and 4A. RGB value is (51,185,74). Sum of RGB (Red+Green+Blue) = 51+185+74=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 185 (72.66% from 255 or 59.68% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 185 - color contains mainly: green. Hex color #33B94A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33B94A is #CC46B5. Grayscale: #848484. Windows color (decimal): -13387446 or 4897075. OLE color: 4897075.

HSL color Cylindrical-coordinate representation of color #33B94A: hue angle of 130.3º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33B94A is Cyan = 0.72, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.27.

Color convert

RGB5118574-
CMYK0.7200.60.27
HSL130.3º56.78%46.27%-
HSV(B)130.3º72.43%72.55%-
XYZ19.9535.912.36-
YUV132.2895.1170.03-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.45%
GREEN value IS 185 (72.66% from 255) = 59.68%
BLUE value IS 74 (29.30% from 255) = 23.87%
R=16.45%
G=59.68%
B=23.87%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51185740.7200.60.27130.356.7846.27
Hex33B94A4803C1B82392e
Octal63271112110074332027156
Binary110011101110011001010100100001111001101110000010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,185,74); }

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

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

 a { background-color: rgb(51,185,74); }

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

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

 span { border-color: rgb(51,185,74); }

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