#34D58A

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

Shades of Shamrock #34D58A

Tints of Shamrock #34D58A

Color information

#34D58A (or 0x34D58A) is unknown color: approx Shamrock. HEX triplet: 34, D5 and 8A. RGB value is (52,213,138). Sum of RGB (Red+Green+Blue) = 52+213+138=403 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.90% from 403); Green value is 213 (83.59% from 255 or 52.85% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 213 - color contains mainly: green. Hex color #34D58A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34D58A is #CB2A75. Grayscale: #9C9C9C. Windows color (decimal): -13314678 or 9098548. OLE color: 9098548.

HSL color Cylindrical-coordinate representation of color #34D58A: hue angle of 152.05º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D58A is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB52213138-
CMYK0.7600.350.16
HSL152.05º65.71%51.96%-
HSV(B)152.05º75.59%83.53%-
XYZ29.850.1532.15-
YUV156.31117.6653.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.90%
GREEN value IS 213 (83.59% from 255) = 52.85%
BLUE value IS 138 (54.30% from 255) = 34.24%
R=12.90%
G=52.85%
B=34.24%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal522131380.7600.350.16152.0565.7151.96
Hex34D58A4C02310984234
Octal643252121140432023010264
Binary11010011010101100010101001100010001110000100110001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,213,138); }

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

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

 a { background-color: rgb(52,213,138); }

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

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

 span { border-color: rgb(52,213,138); }

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