Html Css Color HEX #48750C Green Leaf

📋 copy color: '#48750C'

red 72 ◦ green 117 ◦ blue 12

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

Shades of Green Leaf #48750C

Tints of Green Leaf #48750C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.97%

R = 35.82%
G = 58.21%
B = 5.97%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#48750C (or 0x48750C) is known color: Green Leaf. HEX triplet: 48, 75 and 0C. RGB value is (72,117,12). Sum of RGB (Red+Green+Blue) = 72+117+12=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 117 (46.09% from 255 or 58.21% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 117 - color contains mainly: green. Hex color #48750C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48750C is #B78AF3. Grayscale: #5B5B5B. Windows color (decimal): -12028660 or 816456. OLE color: 816456.

HSL color Cylindrical-coordinate representation of color #48750C: hue angle of 85.71º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48750C is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 117 12 -
CMYK 0.38 0 0.90 0.54
HSL 85.71º 0.81% 0.25% -
HSV(B) 85.71º 0.9% 0.46% -
XYZ 9.1 14.13 2.59 -
YUV 91.58 83.09 114.04 -
System Red Green Blue C M Y K H S L
Decimal 72 117 12 0.38 0 0.90 0.54 85.71 0.81 0.25
Hex 48 75 C 26 0 5A 36 56 51 19
Octal 110 165 14 46 0 132 66 126 121 31
Binary 1001000 1110101 1100 100110 0 1011010 110110 1010110 1010001 11001

Color Harmonies of #48750C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48750C

Black with #48750C

Text Example


Text Example

White with #48750C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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