Html Css Color HEX #48771C Green Leaf

📋 copy color: '#48771C'

red 72 ◦ green 119 ◦ blue 28

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

Shades of Green Leaf #48771C

Tints of Green Leaf #48771C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.79%

R = 32.88%
G = 54.34%
B = 12.79%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#48771C (or 0x48771C) is known color: Green Leaf. HEX triplet: 48, 77 and 1C. RGB value is (72,119,28). Sum of RGB (Red+Green+Blue) = 72+119+28=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 119 (46.88% from 255 or 54.34% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 119 - color contains mainly: green. Hex color #48771C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48771C is #B788E3. Grayscale: #5E5E5E. Windows color (decimal): -12028132 or 1865544. OLE color: 1865544.

HSL color Cylindrical-coordinate representation of color #48771C: hue angle of 90.99º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #48771C is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 119 28 -
CMYK 0.39 0 0.76 0.53
HSL 90.99º 0.62% 0.29% -
HSV(B) 90.99º 0.76% 0.47% -
XYZ 9.48 14.66 3.43 -
YUV 94.57 90.43 111.9 -
System Red Green Blue C M Y K H S L
Decimal 72 119 28 0.39 0 0.76 0.53 90.99 0.62 0.29
Hex 48 77 1C 27 0 4C 35 5B 3E 1D
Octal 110 167 34 47 0 114 65 133 76 35
Binary 1001000 1110111 11100 100111 0 1001100 110101 1011011 111110 11101

Color Harmonies of #48771C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48771C

Black with #48771C

Text Example


Text Example

White with #48771C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48771C; }

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

 H1.HeaderClassName
 {
   color: #48771C;
 }
 .AnyTagClassName
 {
   color: #48771C;
 }
</style>

background-color css

<style>
 a { background-color: #48771C; }

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

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

border-color css

<style>
 span { border-color: #48771C; }

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

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