Html Css Color HEX #48770F Green Leaf

📋 copy color: '#48770F'

red 72 ◦ green 119 ◦ blue 15

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

Shades of Green Leaf #48770F

Tints of Green Leaf #48770F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 57.77%

 BLUE value IS 15 (6.25% from 255) = 7.28%

R = 34.95%
G = 57.77%
B = 7.28%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#48770F (or 0x48770F) is known color: Green Leaf. HEX triplet: 48, 77 and 0F. RGB value is (72,119,15). Sum of RGB (Red+Green+Blue) = 72+119+15=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 119 (46.88% from 255 or 57.77% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 119 - color contains mainly: green. Hex color #48770F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48770F is #B788F0. Grayscale: #5D5D5D. Windows color (decimal): -12028145 or 1013576. OLE color: 1013576.

HSL color Cylindrical-coordinate representation of color #48770F: hue angle of 87.12º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #48770F is Cyan = 0.39, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 119 15 -
CMYK 0.39 0 0.87 0.53
HSL 87.12º 0.78% 0.26% -
HSV(B) 87.12º 0.87% 0.47% -
XYZ 9.36 14.61 2.78 -
YUV 93.09 83.93 112.96 -
System Red Green Blue C M Y K H S L
Decimal 72 119 15 0.39 0 0.87 0.53 87.12 0.78 0.26
Hex 48 77 F 27 0 57 35 57 4E 1A
Octal 110 167 17 47 0 127 65 127 116 32
Binary 1001000 1110111 1111 100111 0 1010111 110101 1010111 1001110 11010

Color Harmonies of #48770F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48770F

Black with #48770F

Text Example


Text Example

White with #48770F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,119,15); }

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

background-color css

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

 a { background-color: rgb(72,119,15); }

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

border-color css

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

 span { border-color: rgb(72,119,15); }

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