Html Css Color HEX #486B13 Green Leaf

📋 copy color: '#486B13'

red 72 ◦ green 107 ◦ blue 19

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

Shades of Green Leaf #486B13

Tints of Green Leaf #486B13

RGB

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

 GREEN value IS 107 (42.19% from 255) = 54.04%

 BLUE value IS 19 (7.81% from 255) = 9.6%

R = 36.36%
G = 54.04%
B = 9.6%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.82

 K value IS 0.58

RGB Variations

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

Color information

#486B13 (or 0x486B13) is known color: Green Leaf. HEX triplet: 48, 6B and 13. RGB value is (72,107,19). Sum of RGB (Red+Green+Blue) = 72+107+19=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 107 (42.19% from 255 or 54.04% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 107 - color contains mainly: green. Hex color #486B13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486B13 is #B794EC. Grayscale: #565656. Windows color (decimal): -12031213 or 1272648. OLE color: 1272648.

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

Color convert

RGB 72 107 19 -
CMYK 0.33 0 0.82 0.58
HSL 83.86º 0.7% 0.25% -
HSV(B) 83.86º 0.82% 0.42% -
XYZ 8.05 11.94 2.5 -
YUV 86.5 89.9 117.66 -
System Red Green Blue C M Y K H S L
Decimal 72 107 19 0.33 0 0.82 0.58 83.86 0.7 0.25
Hex 48 6B 13 21 0 52 3A 54 46 19
Octal 110 153 23 41 0 122 72 124 106 31
Binary 1001000 1101011 10011 100001 0 1010010 111010 1010100 1000110 11001

Color Harmonies of #486B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486B13

Black with #486B13

Text Example


Text Example

White with #486B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,107,19); }

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

background-color css

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

 a { background-color: rgb(72,107,19); }

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

border-color css

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

 span { border-color: rgb(72,107,19); }

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