#39925D

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

Shades of Eucalyptus #39925D

Tints of Eucalyptus #39925D

Color information

#39925D (or 0x39925D) is unknown color: approx Eucalyptus. HEX triplet: 39, 92 and 5D. RGB value is (57,146,93). Sum of RGB (Red+Green+Blue) = 57+146+93=296 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.26% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #39925D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39925D is #C66DA2. Grayscale: #717171. Windows color (decimal): -13004195 or 6132281. OLE color: 6132281.

HSL color Cylindrical-coordinate representation of color #39925D: hue angle of 144.27º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #39925D is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB5714693-
CMYK0.6100.360.43
HSL144.27º43.84%39.8%-
HSV(B)144.27º60.96%57.25%-
XYZ13.9422.2213.91-
YUV113.35116.5187.81-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.26%
GREEN value IS 146 (57.42% from 255) = 49.32%
BLUE value IS 93 (36.72% from 255) = 31.42%
R=19.26%
G=49.32%
B=31.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57146930.6100.360.43144.2743.8439.8
Hex39925D3D0242B902c28
Octal7122213575044532205450
Binary111001100100101011101111101010010010101110010000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39925D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39925D; }

 p { color: rgb(57,146,93); }

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

<style>
 a { background-color: #39925D; }

 a { background-color: rgb(57,146,93); }

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

<style>
 span { border-color: #39925D; }

 span { border-color: rgb(57,146,93); }

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