Html Css Color HEX #48B531 Kelly Green

📋 copy color: '#48B531'

red 72 ◦ green 181 ◦ blue 49

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

Shades of Kelly Green #48B531

Tints of Kelly Green #48B531

RGB

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

 GREEN value IS 181 (71.09% from 255) = 59.93%

 BLUE value IS 49 (19.53% from 255) = 16.23%

R = 23.84%
G = 59.93%
B = 16.23%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#48B531 (or 0x48B531) is known color: Kelly Green. HEX triplet: 48, B5 and 31. RGB value is (72,181,49). Sum of RGB (Red+Green+Blue) = 72+181+49=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 181 (71.09% from 255 or 59.93% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 181 - color contains mainly: green. Hex color #48B531 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B531 is #B74ACE. Grayscale: #858585. Windows color (decimal): -12012239 or 3257672. OLE color: 3257672.

HSL color Cylindrical-coordinate representation of color #48B531: hue angle of 109.55º degrees, saturation: 0.57, 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 #48B531 is Cyan = 0.60, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 72 181 49 -
CMYK 0.60 0 0.73 0.29
HSL 109.55º 0.57% 0.45% -
HSV(B) 109.55º 0.73% 0.71% -
XYZ 19.75 34.65 8.55 -
YUV 133.36 80.39 84.23 -
System Red Green Blue C M Y K H S L
Decimal 72 181 49 0.60 0 0.73 0.29 109.55 0.57 0.45
Hex 48 B5 31 3C 0 49 1D 6E 39 2D
Octal 110 265 61 74 0 111 35 156 71 55
Binary 1001000 10110101 110001 111100 0 1001001 11101 1101110 111001 101101

Color Harmonies of #48B531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B531

Black with #48B531

Text Example


Text Example

White with #48B531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,181,49); }

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

background-color css

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

 a { background-color: rgb(72,181,49); }

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

border-color css

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

 span { border-color: rgb(72,181,49); }

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