Html Css Color HEX #486703 Verdun Green

📋 copy color: '#486703'

red 72 ◦ green 103 ◦ blue 3

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

Shades of Verdun Green #486703

Tints of Verdun Green #486703

RGB

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

 GREEN value IS 103 (40.63% from 255) = 57.87%

 BLUE value IS 3 (1.56% from 255) = 1.69%

R = 40.45%
G = 57.87%
B = 1.69%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.60

RGB Variations

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

Color information

#486703 (or 0x486703) is known color: Verdun Green. HEX triplet: 48, 67 and 03. RGB value is (72,103,3). Sum of RGB (Red+Green+Blue) = 72+103+3=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 103 (40.62% from 255 or 57.87% from 178); Blue value is 3 (1.56% from 255 or 1.69% from 178); Max value from RGB is 103 - color contains mainly: green. Hex color #486703 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486703 is #B798FC. Grayscale: #525252. Windows color (decimal): -12032253 or 223048. OLE color: 223048.

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

Color convert

RGB 72 103 3 -
CMYK 0.30 0 0.97 0.60
HSL 78.6º 0.94% 0.21% -
HSV(B) 78.6º 0.97% 0.4% -
XYZ 7.54 11.08 1.83 -
YUV 82.33 83.23 120.63 -
System Red Green Blue C M Y K H S L
Decimal 72 103 3 0.30 0 0.97 0.60 78.6 0.94 0.21
Hex 48 67 3 1E 0 61 3C 4F 5E 15
Octal 110 147 3 36 0 141 74 117 136 25
Binary 1001000 1100111 11 11110 0 1100001 111100 1001111 1011110 10101

Color Harmonies of #486703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486703

Black with #486703

Text Example


Text Example

White with #486703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486703; }

 p { color: rgb(72,103,3); }

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

background-color css

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

 a { background-color: rgb(72,103,3); }

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

border-color css

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

 span { border-color: rgb(72,103,3); }

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