#39905A

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

Shades of Eucalyptus #39905A

Tints of Eucalyptus #39905A

Color information

#39905A (or 0x39905A) is unknown color: approx Eucalyptus. HEX triplet: 39, 90 and 5A. RGB value is (57,144,90). Sum of RGB (Red+Green+Blue) = 57+144+90=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 144 (56.64% from 255 or 49.48% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 144 - color contains mainly: green. Hex color #39905A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39905A is #C66FA5. Grayscale: #6F6F6F. Windows color (decimal): -13004710 or 5935161. OLE color: 5935161.

HSL color Cylindrical-coordinate representation of color #39905A: hue angle of 142.76º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #39905A is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB5714490-
CMYK0.6000.370.44
HSL142.76º43.28%39.41%-
HSV(B)142.76º60.42%56.47%-
XYZ13.5121.5513.12-
YUV111.83115.6888.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.59%
GREEN value IS 144 (56.64% from 255) = 49.48%
BLUE value IS 90 (35.55% from 255) = 30.93%
R=19.59%
G=49.48%
B=30.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal57144900.6000.370.44142.7643.2839.41
Hex39905A3C0252C8f2b27
Octal7122013274045542175347
Binary111001100100001011010111100010010110110010001111101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39905A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,144,90); }

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

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

 a { background-color: rgb(57,144,90); }

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

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

 span { border-color: rgb(57,144,90); }

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