Html Css Color HEX #48751A Green Leaf

📋 copy color: '#48751A'

red 72 ◦ green 117 ◦ blue 26

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

Shades of Green Leaf #48751A

Tints of Green Leaf #48751A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.09%

R = 33.49%
G = 54.42%
B = 12.09%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#48751A (or 0x48751A) is known color: Green Leaf. HEX triplet: 48, 75 and 1A. RGB value is (72,117,26). Sum of RGB (Red+Green+Blue) = 72+117+26=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 117 (46.09% from 255 or 54.42% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 117 - color contains mainly: green. Hex color #48751A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48751A is #B78AE5. Grayscale: #5D5D5D. Windows color (decimal): -12028646 or 1733960. OLE color: 1733960.

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

Color convert

RGB 72 117 26 -
CMYK 0.38 0 0.78 0.54
HSL 89.67º 0.64% 0.28% -
HSV(B) 89.67º 0.78% 0.46% -
XYZ 9.22 14.17 3.23 -
YUV 93.17 90.09 112.9 -
System Red Green Blue C M Y K H S L
Decimal 72 117 26 0.38 0 0.78 0.54 89.67 0.64 0.28
Hex 48 75 1A 26 0 4E 36 5A 40 1C
Octal 110 165 32 46 0 116 66 132 100 34
Binary 1001000 1110101 11010 100110 0 1001110 110110 1011010 1000000 11100

Color Harmonies of #48751A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48751A

Black with #48751A

Text Example


Text Example

White with #48751A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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