#3DC698

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

Shades of Shamrock #3DC698

Tints of Shamrock #3DC698

Color information

#3DC698 (or 0x3DC698) is unknown color: approx Shamrock. HEX triplet: 3D, C6 and 98. RGB value is (61,198,152). Sum of RGB (Red+Green+Blue) = 61+198+152=411 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.84% from 411); Green value is 198 (77.73% from 255 or 48.18% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 198 - color contains mainly: green. Hex color #3DC698 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC698 is #C23967. Grayscale: #979797. Windows color (decimal): -12728680 or 10012221. OLE color: 10012221.

HSL color Cylindrical-coordinate representation of color #3DC698: hue angle of 159.85º 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 #3DC698 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB61198152-
CMYK0.6900.230.22
HSL159.85º54.58%50.78%-
HSV(B)159.85º69.19%77.65%-
XYZ27.7943.6536.67-
YUV151.79128.1163.24-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.84%
GREEN value IS 198 (77.73% from 255) = 48.18%
BLUE value IS 152 (59.77% from 255) = 36.98%
R=14.84%
G=48.18%
B=36.98%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal611981520.6900.230.22159.8554.5850.78
Hex3DC6984501716a03733
Octal75306230105027262406763
Binary111101110001101001100010001010101111011010100000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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