Html Css Color HEX #48730E Green Leaf

📋 copy color: '#48730E'

red 72 ◦ green 115 ◦ blue 14

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

Shades of Green Leaf #48730E

Tints of Green Leaf #48730E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 57.21%

 BLUE value IS 14 (5.86% from 255) = 6.97%

R = 35.82%
G = 57.21%
B = 6.97%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#48730E (or 0x48730E) is known color: Green Leaf. HEX triplet: 48, 73 and 0E. RGB value is (72,115,14). Sum of RGB (Red+Green+Blue) = 72+115+14=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 115 (45.31% from 255 or 57.21% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 115 - color contains mainly: green. Hex color #48730E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48730E is #B78CF1. Grayscale: #5A5A5A. Windows color (decimal): -12029170 or 947016. OLE color: 947016.

HSL color Cylindrical-coordinate representation of color #48730E: hue angle of 85.54º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #48730E is Cyan = 0.37, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 115 14 -
CMYK 0.37 0 0.88 0.55
HSL 85.54º 0.78% 0.25% -
HSV(B) 85.54º 0.88% 0.45% -
XYZ 8.88 13.67 2.59 -
YUV 90.63 84.75 114.71 -
System Red Green Blue C M Y K H S L
Decimal 72 115 14 0.37 0 0.88 0.55 85.54 0.78 0.25
Hex 48 73 E 25 0 58 37 56 4E 19
Octal 110 163 16 45 0 130 67 126 116 31
Binary 1001000 1110011 1110 100101 0 1011000 110111 1010110 1001110 11001

Color Harmonies of #48730E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48730E

Black with #48730E

Text Example


Text Example

White with #48730E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48730E; }

 p { color: rgb(72,115,14); }

 H1.HeaderClassName
 {
   color: #48730E;
 }
 .AnyTagClassName
 {
   color: #48730E;
 }
</style>

background-color css

<style>
 a { background-color: #48730E; }

 a { background-color: rgb(72,115,14); }

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

border-color css

<style>
 span { border-color: #48730E; }

 span { border-color: rgb(72,115,14); }

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