#46B320

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

Shades of Kelly Green #46B320

Tints of Kelly Green #46B320

Color information

#46B320 (or 0x46B320) is unknown color: approx Kelly Green. HEX triplet: 46, B3 and 20. RGB value is (70,179,32). Sum of RGB (Red+Green+Blue) = 70+179+32=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 179 (70.31% from 255 or 63.70% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 179 - color contains mainly: green. Hex color #46B320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46B320 is #B94CDF. Grayscale: #828282. Windows color (decimal): -12143840 or 2143046. OLE color: 2143046.

HSL color Cylindrical-coordinate representation of color #46B320: hue angle of 104.49º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #46B320 is Cyan = 0.61, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB7017932-
CMYK0.6100.820.30
HSL104.49º69.67%41.37%-
HSV(B)104.49º82.12%70.2%-
XYZ18.9133.656.86-
YUV129.6572.8985.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.91%
GREEN value IS 179 (70.31% from 255) = 63.70%
BLUE value IS 32 (12.89% from 255) = 11.39%
R=24.91%
G=63.70%
B=11.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal70179320.6100.820.30104.4969.6741.37
Hex46B3203D0521E684629
Octal106263407501223615010651
Binary100011010110011100000111101010100101111011010001000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46B320; }

 p { color: rgb(70,179,32); }

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

<style>
 a { background-color: #46B320; }

 a { background-color: rgb(70,179,32); }

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

<style>
 span { border-color: #46B320; }

 span { border-color: rgb(70,179,32); }

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