#3C926A

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

Shades of Eucalyptus #3C926A

Tints of Eucalyptus #3C926A

Color information

#3C926A (or 0x3C926A) is unknown color: approx Eucalyptus. HEX triplet: 3C, 92 and 6A. RGB value is (60,146,106). Sum of RGB (Red+Green+Blue) = 60+146+106=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 146 - color contains mainly: green. Hex color #3C926A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C926A is #C36D95. Grayscale: #737373. Windows color (decimal): -12807574 or 6984252. OLE color: 6984252.

HSL color Cylindrical-coordinate representation of color #3C926A: hue angle of 152.09º 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 #3C926A is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB60146106-
CMYK0.5900.270.43
HSL152.09º41.75%40.39%-
HSV(B)152.09º58.9%57.25%-
XYZ14.7422.5617.21-
YUV115.73122.5188.25-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.23%
GREEN value IS 146 (57.42% from 255) = 46.79%
BLUE value IS 106 (41.80% from 255) = 33.97%
R=19.23%
G=46.79%
B=33.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal601461060.5900.270.43152.0941.7540.39
Hex3C926A3B01B2B982a28
Octal7422215273033532305250
Binary11110010010010110101011101101101110101110011000101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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