#33B14B

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

Shades of Chateau Green #33B14B

Tints of Chateau Green #33B14B

Color information

#33B14B (or 0x33B14B) is unknown color: approx Chateau Green. HEX triplet: 33, B1 and 4B. RGB value is (51,177,75). Sum of RGB (Red+Green+Blue) = 51+177+75=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 177 (69.53% from 255 or 58.42% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 177 - color contains mainly: green. Hex color #33B14B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33B14B is #CC4EB4. Grayscale: #7F7F7F. Windows color (decimal): -13389493 or 4960563. OLE color: 4960563.

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

Color convert

RGB5117775-
CMYK0.7100.580.31
HSL131.43º55.26%44.71%-
HSV(B)131.43º71.19%69.41%-
XYZ18.3632.6611.99-
YUV127.798.2673.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.83%
GREEN value IS 177 (69.53% from 255) = 58.42%
BLUE value IS 75 (29.69% from 255) = 24.75%
R=16.83%
G=58.42%
B=24.75%

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
Decimal51177750.7100.580.31131.4355.2644.71
Hex33B14B4703A1F83372d
Octal63261113107072372036755
Binary110011101100011001011100011101110101111110000011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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