Html Css Color HEX #486103 Verdun Green

📋 copy color: '#486103'

red 72 ◦ green 97 ◦ blue 3

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

Shades of Verdun Green #486103

Tints of Verdun Green #486103

RGB

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

 GREEN value IS 97 (38.28% from 255) = 56.4%

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

R = 41.86%
G = 56.4%
B = 1.74%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#486103 (or 0x486103) is known color: Verdun Green. HEX triplet: 48, 61 and 03. RGB value is (72,97,3). Sum of RGB (Red+Green+Blue) = 72+97+3=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 97 (38.28% from 255 or 56.40% from 172); Blue value is 3 (1.56% from 255 or 1.74% from 172); Max value from RGB is 97 - color contains mainly: green. Hex color #486103 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486103 is #B79EFC. Grayscale: #4F4F4F. Windows color (decimal): -12033789 or 221512. OLE color: 221512.

HSL color Cylindrical-coordinate representation of color #486103: hue angle of 75.96º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #486103 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 97 3 -
CMYK 0.26 0 0.97 0.62
HSL 75.96º 0.94% 0.2% -
HSV(B) 75.96º 0.97% 0.38% -
XYZ 6.96 9.93 1.64 -
YUV 78.81 85.22 123.14 -
System Red Green Blue C M Y K H S L
Decimal 72 97 3 0.26 0 0.97 0.62 75.96 0.94 0.2
Hex 48 61 3 1A 0 61 3E 4C 5E 14
Octal 110 141 3 32 0 141 76 114 136 24
Binary 1001000 1100001 11 11010 0 1100001 111110 1001100 1011110 10100

Color Harmonies of #486103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486103

Black with #486103

Text Example


Text Example

White with #486103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486103; }

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

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

background-color css

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

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

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

border-color css

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

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

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