Html Css Color HEX #48721F Green Leaf

📋 copy color: '#48721F'

red 72 ◦ green 114 ◦ blue 31

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

Shades of Green Leaf #48721F

Tints of Green Leaf #48721F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 52.53%

 BLUE value IS 31 (12.5% from 255) = 14.29%

R = 33.18%
G = 52.53%
B = 14.29%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#48721F (or 0x48721F) is known color: Green Leaf. HEX triplet: 48, 72 and 1F. RGB value is (72,114,31). Sum of RGB (Red+Green+Blue) = 72+114+31=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 114 (44.92% from 255 or 52.53% from 217); Blue value is 31 (12.5% from 255 or 14.29% from 217); Max value from RGB is 114 - color contains mainly: green. Hex color #48721F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48721F is #B78DE0. Grayscale: #5C5C5C. Windows color (decimal): -12029409 or 2060872. OLE color: 2060872.

HSL color Cylindrical-coordinate representation of color #48721F: hue angle of 90.36º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #48721F is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 114 31 -
CMYK 0.37 0 0.73 0.55
HSL 90.36º 0.57% 0.28% -
HSV(B) 90.36º 0.73% 0.45% -
XYZ 8.94 13.51 3.43 -
YUV 91.98 93.59 113.75 -
System Red Green Blue C M Y K H S L
Decimal 72 114 31 0.37 0 0.73 0.55 90.36 0.57 0.28
Hex 48 72 1F 25 0 49 37 5A 39 1C
Octal 110 162 37 45 0 111 67 132 71 34
Binary 1001000 1110010 11111 100101 0 1001001 110111 1011010 111001 11100

Color Harmonies of #48721F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48721F

Black with #48721F

Text Example


Text Example

White with #48721F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48721F; }

 p { color: rgb(72,114,31); }

 H1.HeaderClassName
 {
   color: #48721F;
 }
 .AnyTagClassName
 {
   color: #48721F;
 }
</style>

background-color css

<style>
 a { background-color: #48721F; }

 a { background-color: rgb(72,114,31); }

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

border-color css

<style>
 span { border-color: #48721F; }

 span { border-color: rgb(72,114,31); }

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