#33955A

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

Shades of Eucalyptus #33955A

Tints of Eucalyptus #33955A

Color information

#33955A (or 0x33955A) is unknown color: approx Eucalyptus. HEX triplet: 33, 95 and 5A. RGB value is (51,149,90). Sum of RGB (Red+Green+Blue) = 51+149+90=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 149 (58.59% from 255 or 51.38% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 149 - color contains mainly: green. Hex color #33955A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33955A is #CC6AA5. Grayscale: #717171. Windows color (decimal): -13396646 or 5936435. OLE color: 5936435.

HSL color Cylindrical-coordinate representation of color #33955A: hue angle of 143.88º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33955A is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB5114990-
CMYK0.6600.400.42
HSL143.88º49%39.22%-
HSV(B)143.88º65.77%58.43%-
XYZ13.9622.9413.36-
YUV112.97115.0383.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.59%
GREEN value IS 149 (58.59% from 255) = 51.38%
BLUE value IS 90 (35.55% from 255) = 31.03%
R=17.59%
G=51.38%
B=31.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51149900.6600.400.42143.884939.22
Hex33955A420282A903127
Octal63225132102050522206147
Binary1100111001010110110101000010010100010101010010000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33955A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33955A; }

 p { color: rgb(51,149,90); }

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

<style>
 a { background-color: #33955A; }

 a { background-color: rgb(51,149,90); }

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

<style>
 span { border-color: #33955A; }

 span { border-color: rgb(51,149,90); }

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