#3C9464

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

Shades of Eucalyptus #3C9464

Tints of Eucalyptus #3C9464

Color information

#3C9464 (or 0x3C9464) is unknown color: approx Eucalyptus. HEX triplet: 3C, 94 and 64. RGB value is (60,148,100). Sum of RGB (Red+Green+Blue) = 60+148+100=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 148 - color contains mainly: green. Hex color #3C9464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9464 is #C36B9B. Grayscale: #747474. Windows color (decimal): -12807068 or 6591548. OLE color: 6591548.

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

Color convert

RGB60148100-
CMYK0.5900.320.42
HSL147.27º42.31%40.78%-
HSV(B)147.27º59.46%58.04%-
XYZ14.7523.0615.73-
YUV116.22118.8587.9-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.48%
GREEN value IS 148 (58.20% from 255) = 48.05%
BLUE value IS 100 (39.45% from 255) = 32.47%
R=19.48%
G=48.05%
B=32.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal601481000.5900.320.42147.2742.3140.78
Hex3C94643B0202A932a29
Octal7422414473040522235251
Binary111100100101001100100111011010000010101010010011101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,148,100); }

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

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

 a { background-color: rgb(60,148,100); }

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

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

 span { border-color: rgb(60,148,100); }

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