#34C982

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

Shades of Shamrock #34C982

Tints of Shamrock #34C982

Color information

#34C982 (or 0x34C982) is unknown color: approx Shamrock. HEX triplet: 34, C9 and 82. RGB value is (52,201,130). Sum of RGB (Red+Green+Blue) = 52+201+130=383 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.58% from 383); Green value is 201 (78.91% from 255 or 52.48% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 201 - color contains mainly: green. Hex color #34C982 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C982 is #CB367D. Grayscale: #949494. Windows color (decimal): -13317758 or 8571188. OLE color: 8571188.

HSL color Cylindrical-coordinate representation of color #34C982: hue angle of 151.41º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34C982 is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB52201130-
CMYK0.7400.350.21
HSL151.41º58.89%49.61%-
HSV(B)151.41º74.13%78.82%-
XYZ26.3344.1228.25-
YUV148.35117.6459.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.58%
GREEN value IS 201 (78.91% from 255) = 52.48%
BLUE value IS 130 (51.17% from 255) = 33.94%
R=13.58%
G=52.48%
B=33.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal522011300.7400.350.21151.4158.8949.61
Hex34C9824A02315973b32
Octal64311202112043252277362
Binary1101001100100110000010100101001000111010110010111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34C982; }

 p { color: rgb(52,201,130); }

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

<style>
 a { background-color: #34C982; }

 a { background-color: rgb(52,201,130); }

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

<style>
 span { border-color: #34C982; }

 span { border-color: rgb(52,201,130); }

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