Html Css Color HEX #48751C Green Leaf

📋 copy color: '#48751C'

red 72 ◦ green 117 ◦ blue 28

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

Shades of Green Leaf #48751C

Tints of Green Leaf #48751C

RGB

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

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

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

R = 33.18%
G = 53.92%
B = 12.9%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#48751C (or 0x48751C) is known color: Green Leaf. HEX triplet: 48, 75 and 1C. RGB value is (72,117,28). Sum of RGB (Red+Green+Blue) = 72+117+28=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 117 (46.09% from 255 or 53.92% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 117 - color contains mainly: green. Hex color #48751C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48751C is #B78AE3. Grayscale: #5D5D5D. Windows color (decimal): -12028644 or 1865032. OLE color: 1865032.

HSL color Cylindrical-coordinate representation of color #48751C: hue angle of 90.34º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #48751C is Cyan = 0.38, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 117 28 -
CMYK 0.38 0 0.76 0.54
HSL 90.34º 0.61% 0.28% -
HSV(B) 90.34º 0.76% 0.46% -
XYZ 9.24 14.18 3.35 -
YUV 93.4 91.09 112.74 -
System Red Green Blue C M Y K H S L
Decimal 72 117 28 0.38 0 0.76 0.54 90.34 0.61 0.28
Hex 48 75 1C 26 0 4C 36 5A 3D 1C
Octal 110 165 34 46 0 114 66 132 75 34
Binary 1001000 1110101 11100 100110 0 1001100 110110 1011010 111101 11100

Color Harmonies of #48751C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48751C

Black with #48751C

Text Example


Text Example

White with #48751C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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