Html Css Color HEX #486C07 Verdun Green

📋 copy color: '#486C07'

red 72 ◦ green 108 ◦ blue 7

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

Shades of Verdun Green #486C07

Tints of Verdun Green #486C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.74%

R = 38.5%
G = 57.75%
B = 3.74%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.58

RGB Variations

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

Color information

#486C07 (or 0x486C07) is known color: Verdun Green. HEX triplet: 48, 6C and 07. RGB value is (72,108,7). Sum of RGB (Red+Green+Blue) = 72+108+7=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 108 (42.58% from 255 or 57.75% from 187); Blue value is 7 (3.12% from 255 or 3.74% from 187); Max value from RGB is 108 - color contains mainly: green. Hex color #486C07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486C07 is #B793F8. Grayscale: #565656. Windows color (decimal): -12030969 or 486472. OLE color: 486472.

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

Color convert

RGB 72 108 7 -
CMYK 0.33 0 0.94 0.58
HSL 81.39º 0.88% 0.23% -
HSV(B) 81.39º 0.94% 0.42% -
XYZ 8.07 12.12 2.11 -
YUV 85.72 83.57 118.21 -
System Red Green Blue C M Y K H S L
Decimal 72 108 7 0.33 0 0.94 0.58 81.39 0.88 0.23
Hex 48 6C 7 21 0 5E 3A 51 58 17
Octal 110 154 7 41 0 136 72 121 130 27
Binary 1001000 1101100 111 100001 0 1011110 111010 1010001 1011000 10111

Color Harmonies of #486C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486C07

Black with #486C07

Text Example


Text Example

White with #486C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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