#33B94B

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

Shades of Chateau Green #33B94B

Tints of Chateau Green #33B94B

Color information

#33B94B (or 0x33B94B) is unknown color: approx Chateau Green. HEX triplet: 33, B9 and 4B. RGB value is (51,185,75). Sum of RGB (Red+Green+Blue) = 51+185+75=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 185 (72.66% from 255 or 59.49% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 185 - color contains mainly: green. Hex color #33B94B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33B94B is #CC46B4. Grayscale: #848484. Windows color (decimal): -13387445 or 4962611. OLE color: 4962611.

HSL color Cylindrical-coordinate representation of color #33B94B: hue angle of 130.75º 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 #33B94B is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB5118575-
CMYK0.7200.590.27
HSL130.75º56.78%46.27%-
HSV(B)130.75º72.43%72.55%-
XYZ19.9835.9112.53-
YUV132.3995.6169.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.40%
GREEN value IS 185 (72.66% from 255) = 59.49%
BLUE value IS 75 (29.69% from 255) = 24.12%
R=16.40%
G=59.49%
B=24.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51185750.7200.590.27130.7556.7846.27
Hex33B94B4803B1B83392e
Octal63271113110073332037156
Binary110011101110011001011100100001110111101110000011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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