Html Css Color HEX #486D03 Verdun Green

📋 copy color: '#486D03'

red 72 ◦ green 109 ◦ blue 3

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

Shades of Verdun Green #486D03

Tints of Verdun Green #486D03

RGB

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

 GREEN value IS 109 (42.97% from 255) = 59.24%

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

R = 39.13%
G = 59.24%
B = 1.63%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.97

 K value IS 0.57

RGB Variations

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

Color information

#486D03 (or 0x486D03) is known color: Verdun Green. HEX triplet: 48, 6D and 03. RGB value is (72,109,3). Sum of RGB (Red+Green+Blue) = 72+109+3=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 109 (42.97% from 255 or 59.24% from 184); Blue value is 3 (1.56% from 255 or 1.63% from 184); Max value from RGB is 109 - color contains mainly: green. Hex color #486D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486D03 is #B792FC. Grayscale: #565656. Windows color (decimal): -12030717 or 224584. OLE color: 224584.

HSL color Cylindrical-coordinate representation of color #486D03: hue angle of 80.94º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #486D03 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 109 3 -
CMYK 0.34 0 0.97 0.57
HSL 80.94º 0.95% 0.22% -
HSV(B) 80.94º 0.97% 0.43% -
XYZ 8.16 12.32 2.03 -
YUV 85.85 81.24 118.12 -
System Red Green Blue C M Y K H S L
Decimal 72 109 3 0.34 0 0.97 0.57 80.94 0.95 0.22
Hex 48 6D 3 22 0 61 39 51 5F 16
Octal 110 155 3 42 0 141 71 121 137 26
Binary 1001000 1101101 11 100010 0 1100001 111001 1010001 1011111 10110

Color Harmonies of #486D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486D03

Black with #486D03

Text Example


Text Example

White with #486D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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