#3C8C63

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

Shades of Eucalyptus #3C8C63

Tints of Eucalyptus #3C8C63

Color information

#3C8C63 (or 0x3C8C63) is unknown color: approx Eucalyptus. HEX triplet: 3C, 8C and 63. RGB value is (60,140,99). Sum of RGB (Red+Green+Blue) = 60+140+99=299 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.07% from 299); Green value is 140 (55.08% from 255 or 46.82% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 140 - color contains mainly: green. Hex color #3C8C63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8C63 is #C3739C. Grayscale: #6F6F6F. Windows color (decimal): -12809117 or 6523964. OLE color: 6523964.

HSL color Cylindrical-coordinate representation of color #3C8C63: hue angle of 149.25º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C8C63 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB6014099-
CMYK0.5700.290.45
HSL149.25º40%39.22%-
HSV(B)149.25º57.14%54.9%-
XYZ13.4920.6215.07-
YUV111.4112191.33-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.07%
GREEN value IS 140 (55.08% from 255) = 46.82%
BLUE value IS 99 (39.06% from 255) = 33.11%
R=20.07%
G=46.82%
B=33.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal60140990.5700.290.45149.254039.22
Hex3C8C633901D2D952827
Octal7421414371035552255047
Binary11110010001100110001111100101110110110110010101101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,140,99); }

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

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

 a { background-color: rgb(60,140,99); }

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

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

 span { border-color: rgb(60,140,99); }

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