Html Css Color HEX #486904 Verdun Green

📋 copy color: '#486904'

red 72 ◦ green 105 ◦ blue 4

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

Shades of Verdun Green #486904

Tints of Verdun Green #486904

RGB

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

 GREEN value IS 105 (41.41% from 255) = 58.01%

 BLUE value IS 4 (1.95% from 255) = 2.21%

R = 39.78%
G = 58.01%
B = 2.21%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#486904 (or 0x486904) is known color: Verdun Green. HEX triplet: 48, 69 and 04. RGB value is (72,105,4). Sum of RGB (Red+Green+Blue) = 72+105+4=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 105 (41.41% from 255 or 58.01% from 181); Blue value is 4 (1.95% from 255 or 2.21% from 181); Max value from RGB is 105 - color contains mainly: green. Hex color #486904 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486904 is #B796FB. Grayscale: #535353. Windows color (decimal): -12031740 or 289096. OLE color: 289096.

HSL color Cylindrical-coordinate representation of color #486904: hue angle of 79.6º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #486904 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 105 4 -
CMYK 0.31 0 0.96 0.59
HSL 79.6º 0.93% 0.21% -
HSV(B) 79.6º 0.96% 0.41% -
XYZ 7.75 11.49 1.92 -
YUV 83.62 83.07 119.71 -
System Red Green Blue C M Y K H S L
Decimal 72 105 4 0.31 0 0.96 0.59 79.6 0.93 0.21
Hex 48 69 4 1F 0 60 3B 50 5D 15
Octal 110 151 4 37 0 140 73 120 135 25
Binary 1001000 1101001 100 11111 0 1100000 111011 1010000 1011101 10101

Color Harmonies of #486904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486904

Black with #486904

Text Example


Text Example

White with #486904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486904; }

 p { color: rgb(72,105,4); }

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

background-color css

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

 a { background-color: rgb(72,105,4); }

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

border-color css

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

 span { border-color: rgb(72,105,4); }

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