#34B918

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

Shades of Kelly Green #34B918

Tints of Kelly Green #34B918

Color information

#34B918 (or 0x34B918) is unknown color: approx Kelly Green. HEX triplet: 34, B9 and 18. RGB value is (52,185,24). Sum of RGB (Red+Green+Blue) = 52+185+24=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 185 (72.66% from 255 or 70.88% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 185 - color contains mainly: green. Hex color #34B918 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34B918 is #CB46E7. Grayscale: #7F7F7F. Windows color (decimal): -13321960 or 1620276. OLE color: 1620276.

HSL color Cylindrical-coordinate representation of color #34B918: hue angle of 109.57º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #34B918 is Cyan = 0.72, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB5218524-
CMYK0.7200.870.27
HSL109.57º77.03%40.98%-
HSV(B)109.57º87.03%72.55%-
XYZ18.9335.496.72-
YUV126.8869.9474.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.92%
GREEN value IS 185 (72.66% from 255) = 70.88%
BLUE value IS 24 (9.77% from 255) = 9.20%
R=19.92%
G=70.88%
B=9.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal52185240.7200.870.27109.5777.0340.98
Hex34B918480571B6e4d29
Octal642713011001273315611551
Binary11010010111001110001001000010101111101111011101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,185,24); }

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

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

 a { background-color: rgb(52,185,24); }

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

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

 span { border-color: rgb(52,185,24); }

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