#33B14C

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

Shades of Chateau Green #33B14C

Tints of Chateau Green #33B14C

Color information

#33B14C (or 0x33B14C) is unknown color: approx Chateau Green. HEX triplet: 33, B1 and 4C. RGB value is (51,177,76). Sum of RGB (Red+Green+Blue) = 51+177+76=304 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.78% from 304); Green value is 177 (69.53% from 255 or 58.22% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 177 - color contains mainly: green. Hex color #33B14C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33B14C is #CC4EB3. Grayscale: #808080. Windows color (decimal): -13389492 or 5026099. OLE color: 5026099.

HSL color Cylindrical-coordinate representation of color #33B14C: hue angle of 131.9º 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 #33B14C is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB5117776-
CMYK0.7100.570.31
HSL131.9º55.26%44.71%-
HSV(B)131.9º71.19%69.41%-
XYZ18.3932.6712.17-
YUV127.8198.7673.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.78%
GREEN value IS 177 (69.53% from 255) = 58.22%
BLUE value IS 76 (30.08% from 255) = 25%
R=16.78%
G=58.22%
B=25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal51177760.7100.570.31131.955.2644.71
Hex33B14C470391F84372d
Octal63261114107071372046755
Binary110011101100011001100100011101110011111110000100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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