#3E965F

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

Shades of Eucalyptus #3E965F

Tints of Eucalyptus #3E965F

Color information

#3E965F (or 0x3E965F) is unknown color: approx Eucalyptus. HEX triplet: 3E, 96 and 5F. RGB value is (62,150,95). Sum of RGB (Red+Green+Blue) = 62+150+95=307 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.20% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #3E965F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E965F is #C169A0. Grayscale: #757575. Windows color (decimal): -12675489 or 6264382. OLE color: 6264382.

HSL color Cylindrical-coordinate representation of color #3E965F: hue angle of 142.5º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3E965F is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB6215095-
CMYK0.5900.370.41
HSL142.5º41.51%41.57%-
HSV(B)142.5º58.67%58.82%-
XYZ14.9623.6614.61-
YUV117.42115.3588.47-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.20%
GREEN value IS 150 (58.98% from 255) = 48.86%
BLUE value IS 95 (37.5% from 255) = 30.94%
R=20.20%
G=48.86%
B=30.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal62150950.5900.370.41142.541.5141.57
Hex3E965F3B025298e2a2a
Octal7622613773045512165252
Binary111110100101101011111111011010010110100110001110101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E965F; }

 p { color: rgb(62,150,95); }

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

<style>
 a { background-color: #3E965F; }

 a { background-color: rgb(62,150,95); }

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

<style>
 span { border-color: #3E965F; }

 span { border-color: rgb(62,150,95); }

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