#34a316

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

Shades of Kelly Green #34A316

Tints of Kelly Green #34A316

Color information

#34A316 (or 0x34A316) is unknown color: approx Kelly Green. HEX triplet: 34, A3 and 16. RGB value is (52,163,22). Sum of RGB (Red+Green+Blue) = 52+163+22=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 163 (64.06% from 255 or 68.78% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 163 - color contains mainly: green. Hex color #34A316 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34A316 is #CB5CE9. Grayscale: #727272. Windows color (decimal): -13327594 or 1483572. OLE color: 1483572.

HSL color Cylindrical-coordinate representation of color #34A316: hue angle of 107.23º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #34A316 is Cyan = 0.68, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB5216322-
CMYK0.6800.870.36
HSL107.23º76.22%36.27%-
HSV(B)107.23º86.5%63.92%-
XYZ14.6626.985.19-
YUV113.7476.2383.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.94%
GREEN value IS 163 (64.06% from 255) = 68.78%
BLUE value IS 22 (8.98% from 255) = 9.28%
R=21.94%
G=68.78%
B=9.28%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal52163220.6800.870.36107.2376.2236.27
Hex34A31644057246b4c24
Octal642432610401274415311444
Binary110100101000111011010001000101011110010011010111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34a316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,163,22); }

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

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

 a { background-color: rgb(52,163,22); }

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

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

 span { border-color: rgb(52,163,22); }

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