#34F38C

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

Shades of Shamrock #34F38C

Tints of Shamrock #34F38C

Color information

#34F38C (or 0x34F38C) is unknown color: approx Shamrock. HEX triplet: 34, F3 and 8C. RGB value is (52,243,140). Sum of RGB (Red+Green+Blue) = 52+243+140=435 (57% of max value = 765). Red value is 52 (20.70% from 255 or 11.95% from 435); Green value is 243 (95.31% from 255 or 55.86% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 243 - color contains mainly: green. Hex color #34F38C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34F38C is #CB0C73. Grayscale: #AEAEAE. Windows color (decimal): -13306996 or 9237300. OLE color: 9237300.

HSL color Cylindrical-coordinate representation of color #34F38C: hue angle of 147.64º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F38C is Cyan = 0.79, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB52243140-
CMYK0.7900.420.05
HSL147.64º88.84%57.84%-
HSV(B)147.64º78.6%95.29%-
XYZ38.266.7235.68-
YUV174.15108.7240.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.95%
GREEN value IS 243 (95.31% from 255) = 55.86%
BLUE value IS 140 (55.08% from 255) = 32.18%
R=11.95%
G=55.86%
B=32.18%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal522431400.7900.420.05147.6488.8457.84
Hex34F38C4F02A594593a
Octal64363214117052522413172
Binary110100111100111000110010011110101010101100101001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34F38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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