#349E0A

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

Shades of Kelly Green #349E0A

Tints of Kelly Green #349E0A

Color information

#349E0A (or 0x349E0A) is unknown color: approx Kelly Green. HEX triplet: 34, 9E and 0A. RGB value is (52,158,10). Sum of RGB (Red+Green+Blue) = 52+158+10=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 158 (62.11% from 255 or 71.82% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 158 - color contains mainly: green. Hex color #349E0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349E0A is #CB61F5. Grayscale: #6D6D6D. Windows color (decimal): -13328886 or 695860. OLE color: 695860.

HSL color Cylindrical-coordinate representation of color #349E0A: hue angle of 102.97º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #349E0A is Cyan = 0.67, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.

Color convert

RGB5215810-
CMYK0.6700.940.38
HSL102.97º88.1%32.94%-
HSV(B)102.97º93.67%61.96%-
XYZ13.725.214.43-
YUV109.4371.8887.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.64%
GREEN value IS 158 (62.11% from 255) = 71.82%
BLUE value IS 10 (4.30% from 255) = 4.55%
R=23.64%
G=71.82%
B=4.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52158100.6700.940.38102.9788.132.94
Hex349EA4305E26675821
Octal642361210301364614713041
Binary11010010011110101010000110101111010011011001111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349E0A; }

 p { color: rgb(52,158,10); }

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

<style>
 a { background-color: #349E0A; }

 a { background-color: rgb(52,158,10); }

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

<style>
 span { border-color: #349E0A; }

 span { border-color: rgb(52,158,10); }

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