#46B430

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

Shades of Kelly Green #46B430

Tints of Kelly Green #46B430

Color information

#46B430 (or 0x46B430) is unknown color: approx Kelly Green. HEX triplet: 46, B4 and 30. RGB value is (70,180,48). Sum of RGB (Red+Green+Blue) = 70+180+48=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 180 (70.70% from 255 or 60.40% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 180 - color contains mainly: green. Hex color #46B430 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46B430 is #B94BCF. Grayscale: #848484. Windows color (decimal): -12143568 or 3191878. OLE color: 3191878.

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

Color convert

RGB7018048-
CMYK0.6100.730.29
HSL110º57.89%44.71%-
HSV(B)110º73.33%70.59%-
XYZ19.3834.168.37-
YUV132.0680.5683.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.49%
GREEN value IS 180 (70.70% from 255) = 60.40%
BLUE value IS 48 (19.14% from 255) = 16.11%
R=23.49%
G=60.40%
B=16.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal70180480.6100.730.2911057.8944.71
Hex46B4303D0491D6e3a2d
Octal10626460750111351567255
Binary10001101011010011000011110101001001111011101110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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