#3DC696

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

Shades of Shamrock #3DC696

Tints of Shamrock #3DC696

Color information

#3DC696 (or 0x3DC696) is unknown color: approx Shamrock. HEX triplet: 3D, C6 and 96. RGB value is (61,198,150). Sum of RGB (Red+Green+Blue) = 61+198+150=409 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.91% from 409); Green value is 198 (77.73% from 255 or 48.41% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 198 - color contains mainly: green. Hex color #3DC696 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC696 is #C23969. Grayscale: #979797. Windows color (decimal): -12728682 or 9881149. OLE color: 9881149.

HSL color Cylindrical-coordinate representation of color #3DC696: hue angle of 158.98º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC696 is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB61198150-
CMYK0.6900.240.22
HSL158.98º54.58%50.78%-
HSV(B)158.98º69.19%77.65%-
XYZ27.6243.5835.81-
YUV151.56127.1163.4-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.91%
GREEN value IS 198 (77.73% from 255) = 48.41%
BLUE value IS 150 (58.98% from 255) = 36.67%
R=14.91%
G=48.41%
B=36.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal611981500.6900.240.22158.9854.5850.78
Hex3DC69645018169f3733
Octal75306226105030262376763
Binary111101110001101001011010001010110001011010011111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,198,150); }

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

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

 a { background-color: rgb(61,198,150); }

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

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

 span { border-color: rgb(61,198,150); }

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