Html Css Color HEX #48700E Green Leaf

📋 copy color: '#48700E'

red 72 ◦ green 112 ◦ blue 14

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

Shades of Green Leaf #48700E

Tints of Green Leaf #48700E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 56.57%

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

R = 36.36%
G = 56.57%
B = 7.07%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#48700E (or 0x48700E) is known color: Green Leaf. HEX triplet: 48, 70 and 0E. RGB value is (72,112,14). Sum of RGB (Red+Green+Blue) = 72+112+14=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 112 (44.14% from 255 or 56.57% from 198); Blue value is 14 (5.86% from 255 or 7.07% from 198); Max value from RGB is 112 - color contains mainly: green. Hex color #48700E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48700E is #B78FF1. Grayscale: #595959. Windows color (decimal): -12029938 or 946248. OLE color: 946248.

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

Color convert

RGB 72 112 14 -
CMYK 0.36 0 0.88 0.56
HSL 84.49º 0.78% 0.25% -
HSV(B) 84.49º 0.88% 0.44% -
XYZ 8.55 13 2.47 -
YUV 88.87 85.75 115.97 -
System Red Green Blue C M Y K H S L
Decimal 72 112 14 0.36 0 0.88 0.56 84.49 0.78 0.25
Hex 48 70 E 24 0 58 38 54 4E 19
Octal 110 160 16 44 0 130 70 124 116 31
Binary 1001000 1110000 1110 100100 0 1011000 111000 1010100 1001110 11001

Color Harmonies of #48700E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48700E

Black with #48700E

Text Example


Text Example

White with #48700E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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