#3C9F68

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

Shades of Eucalyptus #3C9F68

Tints of Eucalyptus #3C9F68

Color information

#3C9F68 (or 0x3C9F68) is unknown color: approx Eucalyptus. HEX triplet: 3C, 9F and 68. RGB value is (60,159,104). Sum of RGB (Red+Green+Blue) = 60+159+104=323 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.58% from 323); Green value is 159 (62.5% from 255 or 49.23% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 159 - color contains mainly: green. Hex color #3C9F68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9F68 is #C36097. Grayscale: #7B7B7B. Windows color (decimal): -12804248 or 6856508. OLE color: 6856508.

HSL color Cylindrical-coordinate representation of color #3C9F68: hue angle of 146.67º 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 #3C9F68 is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB60159104-
CMYK0.6200.350.38
HSL146.67º45.21%42.94%-
HSV(B)146.67º62.26%62.35%-
XYZ16.7626.7617.38-
YUV123.13117.282.97-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.58%
GREEN value IS 159 (62.5% from 255) = 49.23%
BLUE value IS 104 (41.02% from 255) = 32.20%
R=18.58%
G=49.23%
B=32.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal601591040.6200.350.38146.6745.2142.94
Hex3C9F683E02326932d2b
Octal7423715076043462235553
Binary111100100111111101000111110010001110011010010011101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,159,104); }

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

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

 a { background-color: rgb(60,159,104); }

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

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

 span { border-color: rgb(60,159,104); }

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