Html Css Color HEX #486B0F Verdun Green

📋 copy color: '#486B0F'

red 72 ◦ green 107 ◦ blue 15

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

Shades of Verdun Green #486B0F

Tints of Verdun Green #486B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.73%

R = 37.11%
G = 55.15%
B = 7.73%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.86

 K value IS 0.58

RGB Variations

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

Color information

#486B0F (or 0x486B0F) is known color: Verdun Green. HEX triplet: 48, 6B and 0F. RGB value is (72,107,15). Sum of RGB (Red+Green+Blue) = 72+107+15=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 107 (42.19% from 255 or 55.15% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 107 - color contains mainly: green. Hex color #486B0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486B0F is #B794F0. Grayscale: #565656. Windows color (decimal): -12031217 or 1010504. OLE color: 1010504.

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

Color convert

RGB 72 107 15 -
CMYK 0.33 0 0.86 0.58
HSL 82.83º 0.75% 0.24% -
HSV(B) 82.83º 0.86% 0.42% -
XYZ 8.02 11.93 2.33 -
YUV 86.05 87.9 117.98 -
System Red Green Blue C M Y K H S L
Decimal 72 107 15 0.33 0 0.86 0.58 82.83 0.75 0.24
Hex 48 6B F 21 0 56 3A 53 4B 18
Octal 110 153 17 41 0 126 72 123 113 30
Binary 1001000 1101011 1111 100001 0 1010110 111010 1010011 1001011 11000

Color Harmonies of #486B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486B0F

Black with #486B0F

Text Example


Text Example

White with #486B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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