#33B14A

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

Shades of Chateau Green #33B14A

Tints of Chateau Green #33B14A

Color information

#33B14A (or 0x33B14A) is unknown color: approx Chateau Green. HEX triplet: 33, B1 and 4A. RGB value is (51,177,74). Sum of RGB (Red+Green+Blue) = 51+177+74=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 177 (69.53% from 255 or 58.61% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 177 - color contains mainly: green. Hex color #33B14A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33B14A is #CC4EB5. Grayscale: #7F7F7F. Windows color (decimal): -13389494 or 4895027. OLE color: 4895027.

HSL color Cylindrical-coordinate representation of color #33B14A: hue angle of 130.95º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33B14A is Cyan = 0.71, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB5117774-
CMYK0.7100.580.31
HSL130.95º55.26%44.71%-
HSV(B)130.95º71.19%69.41%-
XYZ18.3232.6411.81-
YUV127.5897.7673.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.89%
GREEN value IS 177 (69.53% from 255) = 58.61%
BLUE value IS 74 (29.30% from 255) = 24.50%
R=16.89%
G=58.61%
B=24.50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal51177740.7100.580.31130.9555.2644.71
Hex33B14A4703A1F83372d
Octal63261112107072372036755
Binary110011101100011001010100011101110101111110000011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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