Html Css Color HEX #486307 Verdun Green

📋 copy color: '#486307'

red 72 ◦ green 99 ◦ blue 7

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

Shades of Verdun Green #486307

Tints of Verdun Green #486307

RGB

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

 GREEN value IS 99 (39.06% from 255) = 55.62%

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

R = 40.45%
G = 55.62%
B = 3.93%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.93

 K value IS 0.61

RGB Variations

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

Color information

#486307 (or 0x486307) is known color: Verdun Green. HEX triplet: 48, 63 and 07. RGB value is (72,99,7). Sum of RGB (Red+Green+Blue) = 72+99+7=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 99 (39.06% from 255 or 55.62% from 178); Blue value is 7 (3.12% from 255 or 3.93% from 178); Max value from RGB is 99 - color contains mainly: green. Hex color #486307 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486307 is #B79CF8. Grayscale: #505050. Windows color (decimal): -12033273 or 484168. OLE color: 484168.

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

Color convert

RGB 72 99 7 -
CMYK 0.27 0 0.93 0.61
HSL 77.61º 0.87% 0.21% -
HSV(B) 77.61º 0.93% 0.39% -
XYZ 7.17 10.32 1.81 -
YUV 80.44 86.55 121.98 -
System Red Green Blue C M Y K H S L
Decimal 72 99 7 0.27 0 0.93 0.61 77.61 0.87 0.21
Hex 48 63 7 1B 0 5D 3D 4E 57 15
Octal 110 143 7 33 0 135 75 116 127 25
Binary 1001000 1100011 111 11011 0 1011101 111101 1001110 1010111 10101

Color Harmonies of #486307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486307

Black with #486307

Text Example


Text Example

White with #486307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486307; }

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

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

background-color css

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

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

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

border-color css

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

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

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