#33916D

Color #33916D Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #33916D

Tints of Eucalyptus #33916D

Color information

#33916D (or 0x33916D) is unknown color: approx Eucalyptus. HEX triplet: 33, 91 and 6D. RGB value is (51,145,109). Sum of RGB (Red+Green+Blue) = 51+145+109=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 145 - color contains mainly: green. Hex color #33916D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33916D is #CC6E92. Grayscale: #707070. Windows color (decimal): -13397651 or 7180595. OLE color: 7180595.

HSL color Cylindrical-coordinate representation of color #33916D: hue angle of 157.02º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #33916D is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB51145109-
CMYK0.6500.250.43
HSL157.02º47.96%38.43%-
HSV(B)157.02º64.83%56.86%-
XYZ14.2522.0617.97-
YUV112.79125.8683.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.72%
GREEN value IS 145 (57.03% from 255) = 47.54%
BLUE value IS 109 (42.97% from 255) = 35.74%
R=16.72%
G=47.54%
B=35.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal511451090.6500.250.43157.0247.9638.43
Hex33916D410192B9d3026
Octal63221155101031532356046
Binary110011100100011101101100000101100110101110011101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33916D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33916D; }

 p { color: rgb(51,145,109); }

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

<style>
 a { background-color: #33916D; }

 a { background-color: rgb(51,145,109); }

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

<style>
 span { border-color: #33916D; }

 span { border-color: rgb(51,145,109); }

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