#48B613

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

Shades of Kelly Green #48B613

Tints of Kelly Green #48B613

Color information

#48B613 (or 0x48B613) is unknown color: approx Kelly Green. HEX triplet: 48, B6 and 13. RGB value is (72,182,19). Sum of RGB (Red+Green+Blue) = 72+182+19=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 182 (71.48% from 255 or 66.67% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 182 - color contains mainly: green. Hex color #48B613 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48B613 is #B749EC. Grayscale: #838383. Windows color (decimal): -12012013 or 1291848. OLE color: 1291848.

HSL color Cylindrical-coordinate representation of color #48B613: hue angle of 100.49º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48B613 is Cyan = 0.60, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB7218219-
CMYK0.6000.900.29
HSL100.49º81.09%39.41%-
HSV(B)100.49º89.56%71.37%-
XYZ19.5234.886.32-
YUV130.5365.0686.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.37%
GREEN value IS 182 (71.48% from 255) = 66.67%
BLUE value IS 19 (7.81% from 255) = 6.96%
R=26.37%
G=66.67%
B=6.96%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal72182190.6000.900.29100.4981.0939.41
Hex48B6133C05A1D645127
Octal110266237401323514412147
Binary10010001011011010011111100010110101110111001001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48B613; }

 p { color: rgb(72,182,19); }

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

<style>
 a { background-color: #48B613; }

 a { background-color: rgb(72,182,19); }

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

<style>
 span { border-color: #48B613; }

 span { border-color: rgb(72,182,19); }

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