#3C9B65

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

Shades of Eucalyptus #3C9B65

Tints of Eucalyptus #3C9B65

Color information

#3C9B65 (or 0x3C9B65) is unknown color: approx Eucalyptus. HEX triplet: 3C, 9B and 65. RGB value is (60,155,101). Sum of RGB (Red+Green+Blue) = 60+155+101=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 155 (60.94% from 255 or 49.05% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 155 - color contains mainly: green. Hex color #3C9B65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9B65 is #C3649A. Grayscale: #787878. Windows color (decimal): -12805275 or 6658876. OLE color: 6658876.

HSL color Cylindrical-coordinate representation of color #3C9B65: hue angle of 145.89º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C9B65 is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB60155101-
CMYK0.6100.350.39
HSL145.89º44.19%42.16%-
HSV(B)145.89º61.29%60.78%-
XYZ15.9325.3416.36-
YUV120.44117.0384.89-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.99%
GREEN value IS 155 (60.94% from 255) = 49.05%
BLUE value IS 101 (39.84% from 255) = 31.96%
R=18.99%
G=49.05%
B=31.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal601551010.6100.350.39145.8944.1942.16
Hex3C9B653D02327922c2a
Octal7423314575043472225452
Binary111100100110111100101111101010001110011110010010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,155,101); }

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

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

 a { background-color: rgb(60,155,101); }

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

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

 span { border-color: rgb(60,155,101); }

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