#34C498

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

Shades of Shamrock #34C498

Tints of Shamrock #34C498

Color information

#34C498 (or 0x34C498) is unknown color: approx Shamrock. HEX triplet: 34, C4 and 98. RGB value is (52,196,152). Sum of RGB (Red+Green+Blue) = 52+196+152=400 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13% from 400); Green value is 196 (76.95% from 255 or 49% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 196 - color contains mainly: green. Hex color #34C498 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C498 is #CB3B67. Grayscale: #939393. Windows color (decimal): -13319016 or 10011700. OLE color: 10011700.

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

Color convert

RGB52196152-
CMYK0.7300.220.23
HSL161.67º58.06%48.63%-
HSV(B)161.67º73.47%76.86%-
XYZ26.8242.4836.49-
YUV147.93130.2959.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13%
GREEN value IS 196 (76.95% from 255) = 49%
BLUE value IS 152 (59.77% from 255) = 38%
R=13%
G=49%
B=38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal521961520.7300.220.23161.6758.0648.63
Hex34C4984901617a23a31
Octal64304230111026272427261
Binary110100110001001001100010010010101101011110100010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,196,152); }

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

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

 a { background-color: rgb(52,196,152); }

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

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

 span { border-color: rgb(52,196,152); }

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