Html Css Color HEX #48750E Green Leaf

📋 copy color: '#48750E'

red 72 ◦ green 117 ◦ blue 14

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

Shades of Green Leaf #48750E

Tints of Green Leaf #48750E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 57.64%

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

R = 35.47%
G = 57.64%
B = 6.9%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#48750E (or 0x48750E) is known color: Green Leaf. HEX triplet: 48, 75 and 0E. RGB value is (72,117,14). Sum of RGB (Red+Green+Blue) = 72+117+14=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 117 (46.09% from 255 or 57.64% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 117 - color contains mainly: green. Hex color #48750E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48750E is #B78AF1. Grayscale: #5C5C5C. Windows color (decimal): -12028658 or 947528. OLE color: 947528.

HSL color Cylindrical-coordinate representation of color #48750E: hue angle of 86.21º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #48750E is Cyan = 0.38, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 117 14 -
CMYK 0.38 0 0.88 0.54
HSL 86.21º 0.79% 0.26% -
HSV(B) 86.21º 0.88% 0.46% -
XYZ 9.11 14.13 2.66 -
YUV 91.8 84.09 113.88 -
System Red Green Blue C M Y K H S L
Decimal 72 117 14 0.38 0 0.88 0.54 86.21 0.79 0.26
Hex 48 75 E 26 0 58 36 56 4F 1A
Octal 110 165 16 46 0 130 66 126 117 32
Binary 1001000 1110101 1110 100110 0 1011000 110110 1010110 1001111 11010

Color Harmonies of #48750E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48750E

Black with #48750E

Text Example


Text Example

White with #48750E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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