#46B42D

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

Shades of Kelly Green #46B42D

Tints of Kelly Green #46B42D

Color information

#46B42D (or 0x46B42D) is unknown color: approx Kelly Green. HEX triplet: 46, B4 and 2D. RGB value is (70,180,45). Sum of RGB (Red+Green+Blue) = 70+180+45=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 180 (70.70% from 255 or 61.02% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 180 - color contains mainly: green. Hex color #46B42D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46B42D is #B94BD2. Grayscale: #848484. Windows color (decimal): -12143571 or 2995270. OLE color: 2995270.

HSL color Cylindrical-coordinate representation of color #46B42D: hue angle of 108.89º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #46B42D is Cyan = 0.61, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB7018045-
CMYK0.6100.750.29
HSL108.89º60%44.12%-
HSV(B)108.89º75%70.59%-
XYZ19.3234.138.05-
YUV131.7279.0683.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.73%
GREEN value IS 180 (70.70% from 255) = 61.02%
BLUE value IS 45 (17.97% from 255) = 15.25%
R=23.73%
G=61.02%
B=15.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal70180450.6100.750.29108.896044.12
Hex46B42D3D04B1D6d3c2c
Octal10626455750113351557454
Binary10001101011010010110111110101001011111011101101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,180,45); }

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

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

 a { background-color: rgb(70,180,45); }

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

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

 span { border-color: rgb(70,180,45); }

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