Html Css Color HEX #486D0E Green Leaf

📋 copy color: '#486D0E'

red 72 ◦ green 109 ◦ blue 14

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

Shades of Green Leaf #486D0E

Tints of Green Leaf #486D0E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 55.9%

 BLUE value IS 14 (5.86% from 255) = 7.18%

R = 36.92%
G = 55.9%
B = 7.18%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.87

 K value IS 0.57

RGB Variations

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

Color information

#486D0E (or 0x486D0E) is known color: Green Leaf. HEX triplet: 48, 6D and 0E. RGB value is (72,109,14). Sum of RGB (Red+Green+Blue) = 72+109+14=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 109 (42.97% from 255 or 55.90% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 109 - color contains mainly: green. Hex color #486D0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486D0E is #B792F1. Grayscale: #575757. Windows color (decimal): -12030706 or 945480. OLE color: 945480.

HSL color Cylindrical-coordinate representation of color #486D0E: hue angle of 83.37º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #486D0E is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 109 14 -
CMYK 0.34 0 0.87 0.57
HSL 83.37º 0.77% 0.24% -
HSV(B) 83.37º 0.87% 0.43% -
XYZ 8.22 12.35 2.37 -
YUV 87.11 86.74 117.22 -
System Red Green Blue C M Y K H S L
Decimal 72 109 14 0.34 0 0.87 0.57 83.37 0.77 0.24
Hex 48 6D E 22 0 57 39 53 4D 18
Octal 110 155 16 42 0 127 71 123 115 30
Binary 1001000 1101101 1110 100010 0 1010111 111001 1010011 1001101 11000

Color Harmonies of #486D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486D0E

Black with #486D0E

Text Example


Text Example

White with #486D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486D0E; }

 p { color: rgb(72,109,14); }

 H1.HeaderClassName
 {
   color: #486D0E;
 }
 .AnyTagClassName
 {
   color: #486D0E;
 }
</style>

background-color css

<style>
 a { background-color: #486D0E; }

 a { background-color: rgb(72,109,14); }

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

border-color css

<style>
 span { border-color: #486D0E; }

 span { border-color: rgb(72,109,14); }

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