#3C925C

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

Shades of Eucalyptus #3C925C

Tints of Eucalyptus #3C925C

Color information

#3C925C (or 0x3C925C) is unknown color: approx Eucalyptus. HEX triplet: 3C, 92 and 5C. RGB value is (60,146,92). Sum of RGB (Red+Green+Blue) = 60+146+92=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 146 - color contains mainly: green. Hex color #3C925C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C925C is #C36DA3. Grayscale: #727272. Windows color (decimal): -12807588 or 6066748. OLE color: 6066748.

HSL color Cylindrical-coordinate representation of color #3C925C: hue angle of 142.33º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C925C is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB6014692-
CMYK0.5900.370.43
HSL142.33º41.75%40.39%-
HSV(B)142.33º58.9%57.25%-
XYZ14.0722.2913.69-
YUV114.13115.5189.39-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.13%
GREEN value IS 146 (57.42% from 255) = 48.99%
BLUE value IS 92 (36.33% from 255) = 30.87%
R=20.13%
G=48.99%
B=30.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal60146920.5900.370.43142.3341.7540.39
Hex3C925C3B0252B8e2a28
Octal7422213473045532165250
Binary111100100100101011100111011010010110101110001110101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C925C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,146,92); }

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

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

 a { background-color: rgb(60,146,92); }

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

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

 span { border-color: rgb(60,146,92); }

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