#39D482

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

Shades of Shamrock #39D482

Tints of Shamrock #39D482

Color information

#39D482 (or 0x39D482) is unknown color: approx Shamrock. HEX triplet: 39, D4 and 82. RGB value is (57,212,130). Sum of RGB (Red+Green+Blue) = 57+212+130=399 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.29% from 399); Green value is 212 (83.20% from 255 or 53.13% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 212 - color contains mainly: green. Hex color #39D482 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39D482 is #C62B7D. Grayscale: #9C9C9C. Windows color (decimal): -12987262 or 8574009. OLE color: 8574009.

HSL color Cylindrical-coordinate representation of color #39D482: hue angle of 148.26º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39D482 is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB57212130-
CMYK0.7300.390.17
HSL148.26º64.32%52.75%-
HSV(B)148.26º73.11%83.14%-
XYZ29.2649.5729.14-
YUV156.31113.1557.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.29%
GREEN value IS 212 (83.20% from 255) = 53.13%
BLUE value IS 130 (51.17% from 255) = 32.58%
R=14.29%
G=53.13%
B=32.58%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal572121300.7300.390.17148.2664.3252.75
Hex39D4824902711944035
Octal713242021110472122410065
Binary11100111010100100000101001001010011110001100101001000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39D482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39D482; }

 p { color: rgb(57,212,130); }

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

<style>
 a { background-color: #39D482; }

 a { background-color: rgb(57,212,130); }

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

<style>
 span { border-color: #39D482; }

 span { border-color: rgb(57,212,130); }

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