#33905C

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

Shades of Eucalyptus #33905C

Tints of Eucalyptus #33905C

Color information

#33905C (or 0x33905C) is unknown color: approx Eucalyptus. HEX triplet: 33, 90 and 5C. RGB value is (51,144,92). Sum of RGB (Red+Green+Blue) = 51+144+92=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 144 (56.64% from 255 or 50.17% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 144 - color contains mainly: green. Hex color #33905C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33905C is #CC6FA3. Grayscale: #6E6E6E. Windows color (decimal): -13397924 or 6066227. OLE color: 6066227.

HSL color Cylindrical-coordinate representation of color #33905C: hue angle of 146.45º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #33905C is Cyan = 0.65, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB5114492-
CMYK0.6500.360.44
HSL146.45º47.69%38.24%-
HSV(B)146.45º64.58%56.47%-
XYZ13.2721.4213.56-
YUV110.26117.6985.73-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.77%
GREEN value IS 144 (56.64% from 255) = 50.17%
BLUE value IS 92 (36.33% from 255) = 32.06%
R=17.77%
G=50.17%
B=32.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51144920.6500.360.44146.4547.6938.24
Hex33905C410242C923026
Octal63220134101044542226046
Binary1100111001000010111001000001010010010110010010010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33905C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33905C; }

 p { color: rgb(51,144,92); }

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

<style>
 a { background-color: #33905C; }

 a { background-color: rgb(51,144,92); }

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

<style>
 span { border-color: #33905C; }

 span { border-color: rgb(51,144,92); }

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