#34C68C

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

Shades of Shamrock #34C68C

Tints of Shamrock #34C68C

Color information

#34C68C (or 0x34C68C) is unknown color: approx Shamrock. HEX triplet: 34, C6 and 8C. RGB value is (52,198,140). Sum of RGB (Red+Green+Blue) = 52+198+140=390 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.33% from 390); Green value is 198 (77.73% from 255 or 50.77% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 198 - color contains mainly: green. Hex color #34C68C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C68C is #CB3973. Grayscale: #939393. Windows color (decimal): -13318516 or 9225780. OLE color: 9225780.

HSL color Cylindrical-coordinate representation of color #34C68C: hue angle of 156.16º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34C68C is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB52198140-
CMYK0.7400.290.22
HSL156.16º58.4%49.02%-
HSV(B)156.16º73.74%77.65%-
XYZ26.3443.0131.72-
YUV147.73123.6359.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.33%
GREEN value IS 198 (77.73% from 255) = 50.77%
BLUE value IS 140 (55.08% from 255) = 35.90%
R=13.33%
G=50.77%
B=35.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal521981400.7400.290.22156.1658.449.02
Hex34C68C4A01D169c3a31
Octal64306214112035262347261
Binary110100110001101000110010010100111011011010011100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,198,140); }

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

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

 a { background-color: rgb(52,198,140); }

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

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

 span { border-color: rgb(52,198,140); }

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