Html Css Color HEX #48A413 Kelly Green

📋 copy color: '#48A413'

red 72 ◦ green 164 ◦ blue 19

#48A413
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #48A413

Tints of Kelly Green #48A413

RGB

 RED value IS 72 (28.52% from 255) = 28.24%

 GREEN value IS 164 (64.45% from 255) = 64.31%

 BLUE value IS 19 (7.81% from 255) = 7.45%

R = 28.24%
G = 64.31%
B = 7.45%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#48A413 (or 0x48A413) is known color: Kelly Green. HEX triplet: 48, A4 and 13. RGB value is (72,164,19). Sum of RGB (Red+Green+Blue) = 72+164+19=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 164 (64.45% from 255 or 64.31% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 164 - color contains mainly: green. Hex color #48A413 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48A413 is #B75BEC. Grayscale: #787878. Windows color (decimal): -12016621 or 1287240. OLE color: 1287240.

HSL color Cylindrical-coordinate representation of color #48A413: hue angle of 98.07º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #48A413 is Cyan = 0.56, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 72 164 19 -
CMYK 0.56 0 0.88 0.36
HSL 98.07º 0.79% 0.36% -
HSV(B) 98.07º 0.88% 0.64% -
XYZ 16.07 27.98 5.17 -
YUV 119.96 71.02 93.79 -
System Red Green Blue C M Y K H S L
Decimal 72 164 19 0.56 0 0.88 0.36 98.07 0.79 0.36
Hex 48 A4 13 38 0 58 24 62 4F 24
Octal 110 244 23 70 0 130 44 142 117 44
Binary 1001000 10100100 10011 111000 0 1011000 100100 1100010 1001111 100100

Color Harmonies of #48A413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A413

Black with #48A413

Text Example


Text Example

White with #48A413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48A413;
 }
 .AnyTagClassName
 {
   color: #48A413;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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