#33B45A

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

Shades of Chateau Green #33B45A

Tints of Chateau Green #33B45A

Color information

#33B45A (or 0x33B45A) is unknown color: approx Chateau Green. HEX triplet: 33, B4 and 5A. RGB value is (51,180,90). Sum of RGB (Red+Green+Blue) = 51+180+90=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 180 (70.70% from 255 or 56.07% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 180 - color contains mainly: green. Hex color #33B45A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33B45A is #CC4BA5. Grayscale: #838383. Windows color (decimal): -13388710 or 5944371. OLE color: 5944371.

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

Color convert

RGB5118090-
CMYK0.7200.500.29
HSL138.14º55.84%45.29%-
HSV(B)138.14º71.67%70.59%-
XYZ19.5334.0815.22-
YUV131.17104.7670.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.89%
GREEN value IS 180 (70.70% from 255) = 56.07%
BLUE value IS 90 (35.55% from 255) = 28.04%
R=15.89%
G=56.07%
B=28.04%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal51180900.7200.500.29138.1455.8445.29
Hex33B45A480321D8a382d
Octal63264132110062352127055
Binary110011101101001011010100100001100101110110001010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,180,90); }

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

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

 a { background-color: rgb(51,180,90); }

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

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

 span { border-color: rgb(51,180,90); }

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