Html Css Color HEX #486B03 Verdun Green

📋 copy color: '#486B03'

red 72 ◦ green 107 ◦ blue 3

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

Shades of Verdun Green #486B03

Tints of Verdun Green #486B03

RGB

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

 GREEN value IS 107 (42.19% from 255) = 58.79%

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

R = 39.56%
G = 58.79%
B = 1.65%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.97

 K value IS 0.58

RGB Variations

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

Color information

#486B03 (or 0x486B03) is known color: Verdun Green. HEX triplet: 48, 6B and 03. RGB value is (72,107,3). Sum of RGB (Red+Green+Blue) = 72+107+3=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 107 (42.19% from 255 or 58.79% from 182); Blue value is 3 (1.56% from 255 or 1.65% from 182); Max value from RGB is 107 - color contains mainly: green. Hex color #486B03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486B03 is #B794FC. Grayscale: #555555. Windows color (decimal): -12031229 or 224072. OLE color: 224072.

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

Color convert

RGB 72 107 3 -
CMYK 0.33 0 0.97 0.58
HSL 80.19º 0.95% 0.22% -
HSV(B) 80.19º 0.97% 0.42% -
XYZ 7.95 11.9 1.96 -
YUV 84.68 81.9 118.96 -
System Red Green Blue C M Y K H S L
Decimal 72 107 3 0.33 0 0.97 0.58 80.19 0.95 0.22
Hex 48 6B 3 21 0 61 3A 50 5F 16
Octal 110 153 3 41 0 141 72 120 137 26
Binary 1001000 1101011 11 100001 0 1100001 111010 1010000 1011111 10110

Color Harmonies of #486B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486B03

Black with #486B03

Text Example


Text Example

White with #486B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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