#3DCA93

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

Shades of Shamrock #3DCA93

Tints of Shamrock #3DCA93

Color information

#3DCA93 (or 0x3DCA93) is unknown color: approx Shamrock. HEX triplet: 3D, CA and 93. RGB value is (61,202,147). Sum of RGB (Red+Green+Blue) = 61+202+147=410 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.88% from 410); Green value is 202 (79.30% from 255 or 49.27% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 202 - color contains mainly: green. Hex color #3DCA93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DCA93 is #C2356C. Grayscale: #999999. Windows color (decimal): -12727661 or 9685565. OLE color: 9685565.

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

Color convert

RGB61202147-
CMYK0.7000.270.21
HSL156.6º57.09%51.57%-
HSV(B)156.6º69.8%79.22%-
XYZ28.3145.3434.86-
YUV153.57124.2961.97-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.88%
GREEN value IS 202 (79.30% from 255) = 49.27%
BLUE value IS 147 (57.81% from 255) = 35.85%
R=14.88%
G=49.27%
B=35.85%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal612021470.7000.270.21156.657.0951.57
Hex3DCA934601B159d3934
Octal75312223106033252357164
Binary111101110010101001001110001100110111010110011101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DCA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,202,147); }

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

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

 a { background-color: rgb(61,202,147); }

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

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

 span { border-color: rgb(61,202,147); }

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