#33905E

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

Shades of Eucalyptus #33905E

Tints of Eucalyptus #33905E

Color information

#33905E (or 0x33905E) is unknown color: approx Eucalyptus. HEX triplet: 33, 90 and 5E. RGB value is (51,144,94). Sum of RGB (Red+Green+Blue) = 51+144+94=289 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.65% from 289); Green value is 144 (56.64% from 255 or 49.83% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 144 - color contains mainly: green. Hex color #33905E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33905E is #CC6FA1. Grayscale: #6E6E6E. Windows color (decimal): -13397922 or 6197299. OLE color: 6197299.

HSL color Cylindrical-coordinate representation of color #33905E: hue angle of 147.74º 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 #33905E is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB5114494-
CMYK0.6500.350.44
HSL147.74º47.69%38.24%-
HSV(B)147.74º64.58%56.47%-
XYZ13.3621.4614.03-
YUV110.49118.6985.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.65%
GREEN value IS 144 (56.64% from 255) = 49.83%
BLUE value IS 94 (37.11% from 255) = 32.53%
R=17.65%
G=49.83%
B=32.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51144940.6500.350.44147.7447.6938.24
Hex33905E410232C943026
Octal63220136101043542246046
Binary1100111001000010111101000001010001110110010010100110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33905E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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