#33B45B

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

Shades of Chateau Green #33B45B

Tints of Chateau Green #33B45B

Color information

#33B45B (or 0x33B45B) is unknown color: approx Chateau Green. HEX triplet: 33, B4 and 5B. RGB value is (51,180,91). Sum of RGB (Red+Green+Blue) = 51+180+91=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 180 (70.70% from 255 or 55.90% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 180 - color contains mainly: green. Hex color #33B45B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33B45B is #CC4BA4. Grayscale: #838383. Windows color (decimal): -13388709 or 6009907. OLE color: 6009907.

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

Color convert

RGB5118091-
CMYK0.7200.490.29
HSL138.6º55.84%45.29%-
HSV(B)138.6º71.67%70.59%-
XYZ19.5734.115.45-
YUV131.28105.2670.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.84%
GREEN value IS 180 (70.70% from 255) = 55.90%
BLUE value IS 91 (35.94% from 255) = 28.26%
R=15.84%
G=55.90%
B=28.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal51180910.7200.490.29138.655.8445.29
Hex33B45B480311D8b382d
Octal63264133110061352137055
Binary110011101101001011011100100001100011110110001011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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