#3D9F6C

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

Shades of Eucalyptus #3D9F6C

Tints of Eucalyptus #3D9F6C

Color information

#3D9F6C (or 0x3D9F6C) is unknown color: approx Eucalyptus. HEX triplet: 3D, 9F and 6C. RGB value is (61,159,108). Sum of RGB (Red+Green+Blue) = 61+159+108=328 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.60% from 328); Green value is 159 (62.5% from 255 or 48.48% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 159 - color contains mainly: green. Hex color #3D9F6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9F6C is #C26093. Grayscale: #7B7B7B. Windows color (decimal): -12738708 or 7118653. OLE color: 7118653.

HSL color Cylindrical-coordinate representation of color #3D9F6C: hue angle of 148.78º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D9F6C is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB61159108-
CMYK0.6200.320.38
HSL148.78º44.55%43.14%-
HSV(B)148.78º61.64%62.35%-
XYZ17.0326.8718.48-
YUV123.88119.0383.15-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.60%
GREEN value IS 159 (62.5% from 255) = 48.48%
BLUE value IS 108 (42.58% from 255) = 32.93%
R=18.60%
G=48.48%
B=32.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal611591080.6200.320.38148.7844.5543.14
Hex3D9F6C3E02026952d2b
Octal7523715476040462255553
Binary111101100111111101100111110010000010011010010101101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,159,108); }

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

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

 a { background-color: rgb(61,159,108); }

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

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

 span { border-color: rgb(61,159,108); }

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