#3CCA5A

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

Shades of Emerald #3CCA5A

Tints of Emerald #3CCA5A

Color information

#3CCA5A (or 0x3CCA5A) is unknown color: approx Emerald. HEX triplet: 3C, CA and 5A. RGB value is (60,202,90). Sum of RGB (Red+Green+Blue) = 60+202+90=352 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.05% from 352); Green value is 202 (79.30% from 255 or 57.39% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 202 - color contains mainly: green. Hex color #3CCA5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CCA5A is #C335A5. Grayscale: #939393. Windows color (decimal): -12793254 or 5950012. OLE color: 5950012.

HSL color Cylindrical-coordinate representation of color #3CCA5A: hue angle of 132.68º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CCA5A is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB6020290-
CMYK0.7000.550.21
HSL132.68º57.26%51.37%-
HSV(B)132.68º70.3%79.22%-
XYZ24.8343.9416.85-
YUV146.7795.9666.11-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.05%
GREEN value IS 202 (79.30% from 255) = 57.39%
BLUE value IS 90 (35.55% from 255) = 25.57%
R=17.05%
G=57.39%
B=25.57%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal60202900.7000.550.21132.6857.2651.37
Hex3CCA5A4603715853933
Octal74312132106067252057163
Binary111100110010101011010100011001101111010110000101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CCA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,202,90); }

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

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

 a { background-color: rgb(60,202,90); }

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

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

 span { border-color: rgb(60,202,90); }

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