Html Css Color HEX #486C11 Green Leaf

📋 copy color: '#486C11'

red 72 ◦ green 108 ◦ blue 17

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

Shades of Green Leaf #486C11

Tints of Green Leaf #486C11

RGB

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

 GREEN value IS 108 (42.58% from 255) = 54.82%

 BLUE value IS 17 (7.03% from 255) = 8.63%

R = 36.55%
G = 54.82%
B = 8.63%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.84

 K value IS 0.58

RGB Variations

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

Color information

#486C11 (or 0x486C11) is known color: Green Leaf. HEX triplet: 48, 6C and 11. RGB value is (72,108,17). Sum of RGB (Red+Green+Blue) = 72+108+17=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 108 (42.58% from 255 or 54.82% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 108 - color contains mainly: green. Hex color #486C11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486C11 is #B793EE. Grayscale: #575757. Windows color (decimal): -12030959 or 1141832. OLE color: 1141832.

HSL color Cylindrical-coordinate representation of color #486C11: hue angle of 83.74º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #486C11 is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 108 17 -
CMYK 0.33 0 0.84 0.58
HSL 83.74º 0.73% 0.25% -
HSV(B) 83.74º 0.84% 0.42% -
XYZ 8.14 12.14 2.45 -
YUV 86.86 88.57 117.4 -
System Red Green Blue C M Y K H S L
Decimal 72 108 17 0.33 0 0.84 0.58 83.74 0.73 0.25
Hex 48 6C 11 21 0 54 3A 54 49 19
Octal 110 154 21 41 0 124 72 124 111 31
Binary 1001000 1101100 10001 100001 0 1010100 111010 1010100 1001001 11001

Color Harmonies of #486C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486C11

Black with #486C11

Text Example


Text Example

White with #486C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,108,17); }

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

background-color css

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

 a { background-color: rgb(72,108,17); }

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

border-color css

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

 span { border-color: rgb(72,108,17); }

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