Html Css Color HEX #48A320 Kelly Green

📋 copy color: '#48A320'

red 72 ◦ green 163 ◦ blue 32

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

Shades of Kelly Green #48A320

Tints of Kelly Green #48A320

RGB

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

 GREEN value IS 163 (64.06% from 255) = 61.05%

 BLUE value IS 32 (12.89% from 255) = 11.99%

R = 26.97%
G = 61.05%
B = 11.99%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#48A320 (or 0x48A320) is known color: Kelly Green. HEX triplet: 48, A3 and 20. RGB value is (72,163,32). Sum of RGB (Red+Green+Blue) = 72+163+32=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 163 (64.06% from 255 or 61.05% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 163 - color contains mainly: green. Hex color #48A320 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A320 is #B75CDF. Grayscale: #797979. Windows color (decimal): -12016864 or 2138952. OLE color: 2138952.

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

Color convert

RGB 72 163 32 -
CMYK 0.56 0 0.80 0.36
HSL 101.68º 0.67% 0.38% -
HSV(B) 101.68º 0.8% 0.64% -
XYZ 16.03 27.68 5.86 -
YUV 120.86 77.85 93.15 -
System Red Green Blue C M Y K H S L
Decimal 72 163 32 0.56 0 0.80 0.36 101.68 0.67 0.38
Hex 48 A3 20 38 0 50 24 66 43 26
Octal 110 243 40 70 0 120 44 146 103 46
Binary 1001000 10100011 100000 111000 0 1010000 100100 1100110 1000011 100110

Color Harmonies of #48A320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A320

Black with #48A320

Text Example


Text Example

White with #48A320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,163,32); }

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

background-color css

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

 a { background-color: rgb(72,163,32); }

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

border-color css

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

 span { border-color: rgb(72,163,32); }

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