#3AAF19

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

Shades of Kelly Green #3AAF19

Tints of Kelly Green #3AAF19

Color information

#3AAF19 (or 0x3AAF19) is unknown color: approx Kelly Green. HEX triplet: 3A, AF and 19. RGB value is (58,175,25). Sum of RGB (Red+Green+Blue) = 58+175+25=258 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.48% from 258); Green value is 175 (68.75% from 255 or 67.83% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AAF19 is #C550E6. Grayscale: #7B7B7B. Windows color (decimal): -12931303 or 1683258. OLE color: 1683258.

HSL color Cylindrical-coordinate representation of color #3AAF19: hue angle of 106.8º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3AAF19 is Cyan = 0.67, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB5817525-
CMYK0.6700.860.31
HSL106.8º75%39.22%-
HSV(B)106.8º85.71%68.63%-
XYZ17.2531.636.12-
YUV122.9272.7481.7-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.48%
GREEN value IS 175 (68.75% from 255) = 67.83%
BLUE value IS 25 (10.16% from 255) = 9.69%
R=22.48%
G=67.83%
B=9.69%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal58175250.6700.860.31106.87539.22
Hex3AAF19430561F6b4b27
Octal722573110301263715311347
Binary11101010101111110011000011010101101111111010111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAF19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AAF19; }

 p { color: rgb(58,175,25); }

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

<style>
 a { background-color: #3AAF19; }

 a { background-color: rgb(58,175,25); }

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

<style>
 span { border-color: #3AAF19; }

 span { border-color: rgb(58,175,25); }

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