Html Css Color HEX #48770C Green Leaf

📋 copy color: '#48770C'

red 72 ◦ green 119 ◦ blue 12

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

Shades of Green Leaf #48770C

Tints of Green Leaf #48770C

RGB

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

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

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

R = 35.47%
G = 58.62%
B = 5.91%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#48770C (or 0x48770C) is known color: Green Leaf. HEX triplet: 48, 77 and 0C. RGB value is (72,119,12). Sum of RGB (Red+Green+Blue) = 72+119+12=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 119 (46.88% from 255 or 58.62% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 119 - color contains mainly: green. Hex color #48770C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48770C is #B788F3. Grayscale: #5D5D5D. Windows color (decimal): -12028148 or 816968. OLE color: 816968.

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

Color convert

RGB 72 119 12 -
CMYK 0.39 0 0.90 0.53
HSL 86.36º 0.82% 0.26% -
HSV(B) 86.36º 0.9% 0.47% -
XYZ 9.34 14.6 2.67 -
YUV 92.75 82.43 113.2 -
System Red Green Blue C M Y K H S L
Decimal 72 119 12 0.39 0 0.90 0.53 86.36 0.82 0.26
Hex 48 77 C 27 0 5A 35 56 52 1A
Octal 110 167 14 47 0 132 65 126 122 32
Binary 1001000 1110111 1100 100111 0 1011010 110101 1010110 1010010 11010

Color Harmonies of #48770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48770C

Black with #48770C

Text Example


Text Example

White with #48770C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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