Html Css Color HEX #48B326 Kelly Green

📋 copy color: '#48B326'

red 72 ◦ green 179 ◦ blue 38

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

Shades of Kelly Green #48B326

Tints of Kelly Green #48B326

RGB

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

 GREEN value IS 179 (70.31% from 255) = 61.94%

 BLUE value IS 38 (15.23% from 255) = 13.15%

R = 24.91%
G = 61.94%
B = 13.15%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#48B326 (or 0x48B326) is known color: Kelly Green. HEX triplet: 48, B3 and 26. RGB value is (72,179,38). Sum of RGB (Red+Green+Blue) = 72+179+38=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 179 (70.31% from 255 or 61.94% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 179 - color contains mainly: green. Hex color #48B326 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B326 is #B74CD9. Grayscale: #838383. Windows color (decimal): -12012762 or 2536264. OLE color: 2536264.

HSL color Cylindrical-coordinate representation of color #48B326: hue angle of 105.53º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #48B326 is Cyan = 0.60, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 72 179 38 -
CMYK 0.60 0 0.79 0.30
HSL 105.53º 0.65% 0.43% -
HSV(B) 105.53º 0.79% 0.7% -
XYZ 19.14 33.76 7.34 -
YUV 130.93 75.55 85.96 -
System Red Green Blue C M Y K H S L
Decimal 72 179 38 0.60 0 0.79 0.30 105.53 0.65 0.43
Hex 48 B3 26 3C 0 4F 1E 6A 41 2B
Octal 110 263 46 74 0 117 36 152 101 53
Binary 1001000 10110011 100110 111100 0 1001111 11110 1101010 1000001 101011

Color Harmonies of #48B326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B326

Black with #48B326

Text Example


Text Example

White with #48B326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,179,38); }

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

background-color css

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

 a { background-color: rgb(72,179,38); }

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

border-color css

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

 span { border-color: rgb(72,179,38); }

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