#34C292

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

Shades of Shamrock #34C292

Tints of Shamrock #34C292

Color information

#34C292 (or 0x34C292) is unknown color: approx Shamrock. HEX triplet: 34, C2 and 92. RGB value is (52,194,146). Sum of RGB (Red+Green+Blue) = 52+194+146=392 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.27% from 392); Green value is 194 (76.17% from 255 or 49.49% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 194 - color contains mainly: green. Hex color #34C292 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C292 is #CB3D6D. Grayscale: #929292. Windows color (decimal): -13319534 or 9617972. OLE color: 9617972.

HSL color Cylindrical-coordinate representation of color #34C292: hue angle of 159.72º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C292 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB52194146-
CMYK0.7300.250.24
HSL159.72º57.72%48.24%-
HSV(B)159.72º73.2%76.08%-
XYZ25.941.3933.82-
YUV146.07127.9660.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.27%
GREEN value IS 194 (76.17% from 255) = 49.49%
BLUE value IS 146 (57.42% from 255) = 37.24%
R=13.27%
G=49.49%
B=37.24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal521941460.7300.250.24159.7257.7248.24
Hex34C2924901918a03a30
Octal64302222111031302407260
Binary110100110000101001001010010010110011100010100000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,194,146); }

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

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

 a { background-color: rgb(52,194,146); }

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

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

 span { border-color: rgb(52,194,146); }

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