Html Css Color HEX #486507 Verdun Green

📋 copy color: '#486507'

red 72 ◦ green 101 ◦ blue 7

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

Shades of Verdun Green #486507

Tints of Verdun Green #486507

RGB

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

 GREEN value IS 101 (39.84% from 255) = 56.11%

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

R = 40%
G = 56.11%
B = 3.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.93

 K value IS 0.60

RGB Variations

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

Color information

#486507 (or 0x486507) is known color: Verdun Green. HEX triplet: 48, 65 and 07. RGB value is (72,101,7). Sum of RGB (Red+Green+Blue) = 72+101+7=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 101 (39.84% from 255 or 56.11% from 180); Blue value is 7 (3.12% from 255 or 3.89% from 180); Max value from RGB is 101 - color contains mainly: green. Hex color #486507 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486507 is #B79AF8. Grayscale: #515151. Windows color (decimal): -12032761 or 484680. OLE color: 484680.

HSL color Cylindrical-coordinate representation of color #486507: hue angle of 78.51º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #486507 is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 101 7 -
CMYK 0.29 0 0.93 0.60
HSL 78.51º 0.87% 0.21% -
HSV(B) 78.51º 0.93% 0.4% -
XYZ 7.36 10.7 1.88 -
YUV 81.61 85.89 121.14 -
System Red Green Blue C M Y K H S L
Decimal 72 101 7 0.29 0 0.93 0.60 78.51 0.87 0.21
Hex 48 65 7 1D 0 5D 3C 4F 57 15
Octal 110 145 7 35 0 135 74 117 127 25
Binary 1001000 1100101 111 11101 0 1011101 111100 1001111 1010111 10101

Color Harmonies of #486507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486507

Black with #486507

Text Example


Text Example

White with #486507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486507; }

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

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

background-color css

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

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

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

border-color css

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

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

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