Html Css Color HEX #486F01 Verdun Green

📋 copy color: '#486F01'

red 72 ◦ green 111 ◦ blue 1

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

Shades of Verdun Green #486F01

Tints of Verdun Green #486F01

RGB

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

 GREEN value IS 111 (43.75% from 255) = 60.33%

 BLUE value IS 1 (0.78% from 255) = 0.54%

R = 39.13%
G = 60.33%
B = 0.54%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#486F01 (or 0x486F01) is known color: Verdun Green. HEX triplet: 48, 6F and 01. RGB value is (72,111,1). Sum of RGB (Red+Green+Blue) = 72+111+1=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 111 (43.75% from 255 or 60.33% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 111 - color contains mainly: green. Hex color #486F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486F01 is #B790FE. Grayscale: #575757. Windows color (decimal): -12030207 or 94024. OLE color: 94024.

HSL color Cylindrical-coordinate representation of color #486F01: hue angle of 81.27º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #486F01 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 111 1 -
CMYK 0.35 0 0.99 0.56
HSL 81.27º 0.98% 0.22% -
HSV(B) 81.27º 0.99% 0.44% -
XYZ 8.36 12.75 2.05 -
YUV 86.8 79.58 117.44 -
System Red Green Blue C M Y K H S L
Decimal 72 111 1 0.35 0 0.99 0.56 81.27 0.98 0.22
Hex 48 6F 1 23 0 63 38 51 62 16
Octal 110 157 1 43 0 143 70 121 142 26
Binary 1001000 1101111 1 100011 0 1100011 111000 1010001 1100010 10110

Color Harmonies of #486F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486F01

Black with #486F01

Text Example


Text Example

White with #486F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,111,1); }

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

background-color css

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

 a { background-color: rgb(72,111,1); }

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

border-color css

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

 span { border-color: rgb(72,111,1); }

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