Html Css Color HEX #48740D Green Leaf

📋 copy color: '#48740D'

red 72 ◦ green 116 ◦ blue 13

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

Shades of Green Leaf #48740D

Tints of Green Leaf #48740D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 57.71%

 BLUE value IS 13 (5.47% from 255) = 6.47%

R = 35.82%
G = 57.71%
B = 6.47%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#48740D (or 0x48740D) is known color: Green Leaf. HEX triplet: 48, 74 and 0D. RGB value is (72,116,13). Sum of RGB (Red+Green+Blue) = 72+116+13=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 116 (45.70% from 255 or 57.71% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 116 - color contains mainly: green. Hex color #48740D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48740D is #B78BF2. Grayscale: #5B5B5B. Windows color (decimal): -12028915 or 881736. OLE color: 881736.

HSL color Cylindrical-coordinate representation of color #48740D: hue angle of 85.63º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #48740D is Cyan = 0.38, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 116 13 -
CMYK 0.38 0 0.89 0.55
HSL 85.63º 0.8% 0.25% -
HSV(B) 85.63º 0.89% 0.45% -
XYZ 8.99 13.9 2.59 -
YUV 91.1 83.92 114.38 -
System Red Green Blue C M Y K H S L
Decimal 72 116 13 0.38 0 0.89 0.55 85.63 0.8 0.25
Hex 48 74 D 26 0 59 37 56 50 19
Octal 110 164 15 46 0 131 67 126 120 31
Binary 1001000 1110100 1101 100110 0 1011001 110111 1010110 1010000 11001

Color Harmonies of #48740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48740D

Black with #48740D

Text Example


Text Example

White with #48740D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48740D; }

 p { color: rgb(72,116,13); }

 H1.HeaderClassName
 {
   color: #48740D;
 }
 .AnyTagClassName
 {
   color: #48740D;
 }
</style>

background-color css

<style>
 a { background-color: #48740D; }

 a { background-color: rgb(72,116,13); }

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

border-color css

<style>
 span { border-color: #48740D; }

 span { border-color: rgb(72,116,13); }

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