#39945A

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

Shades of Eucalyptus #39945A

Tints of Eucalyptus #39945A

Color information

#39945A (or 0x39945A) is unknown color: approx Eucalyptus. HEX triplet: 39, 94 and 5A. RGB value is (57,148,90). Sum of RGB (Red+Green+Blue) = 57+148+90=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 148 (58.20% from 255 or 50.17% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 148 - color contains mainly: green. Hex color #39945A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39945A is #C66BA5. Grayscale: #727272. Windows color (decimal): -13003686 or 5936185. OLE color: 5936185.

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

Color convert

RGB5714890-
CMYK0.6100.390.42
HSL141.76º44.39%40.2%-
HSV(B)141.76º61.49%58.04%-
XYZ14.1222.7913.33-
YUV114.18114.3587.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.32%
GREEN value IS 148 (58.20% from 255) = 50.17%
BLUE value IS 90 (35.55% from 255) = 30.51%
R=19.32%
G=50.17%
B=30.51%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57148900.6100.390.42141.7644.3940.2
Hex39945A3D0272A8e2c28
Octal7122413275047522165450
Binary111001100101001011010111101010011110101010001110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39945A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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