#3DB992

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

Shades of Shamrock #3DB992

Tints of Shamrock #3DB992

Color information

#3DB992 (or 0x3DB992) is unknown color: approx Shamrock. HEX triplet: 3D, B9 and 92. RGB value is (61,185,146). Sum of RGB (Red+Green+Blue) = 61+185+146=392 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.56% from 392); Green value is 185 (72.66% from 255 or 47.19% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB992 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB992 is #C2466D. Grayscale: #8F8F8F. Windows color (decimal): -12732014 or 9615677. OLE color: 9615677.

HSL color Cylindrical-coordinate representation of color #3DB992: hue angle of 161.13º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB992 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB61185146-
CMYK0.6700.210.27
HSL161.13º50.41%48.24%-
HSV(B)161.13º67.03%72.55%-
XYZ24.4637.7733.19-
YUV143.48129.4269.17-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.56%
GREEN value IS 185 (72.66% from 255) = 47.19%
BLUE value IS 146 (57.42% from 255) = 37.24%
R=15.56%
G=47.19%
B=37.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal611851460.6700.210.27161.1350.4148.24
Hex3DB992430151Ba13230
Octal75271222103025332416260
Binary111101101110011001001010000110101011101110100001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,185,146); }

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

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

 a { background-color: rgb(61,185,146); }

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

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

 span { border-color: rgb(61,185,146); }

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