Html Css Color HEX #486704 Verdun Green

📋 copy color: '#486704'

red 72 ◦ green 103 ◦ blue 4

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

Shades of Verdun Green #486704

Tints of Verdun Green #486704

RGB

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

 GREEN value IS 103 (40.63% from 255) = 57.54%

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

R = 40.22%
G = 57.54%
B = 2.23%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.96

 K value IS 0.60

RGB Variations

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

Color information

#486704 (or 0x486704) is known color: Verdun Green. HEX triplet: 48, 67 and 04. RGB value is (72,103,4). Sum of RGB (Red+Green+Blue) = 72+103+4=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 103 (40.62% from 255 or 57.54% from 179); Blue value is 4 (1.95% from 255 or 2.23% from 179); Max value from RGB is 103 - color contains mainly: green. Hex color #486704 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486704 is #B798FB. Grayscale: #525252. Windows color (decimal): -12032252 or 288584. OLE color: 288584.

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

Color convert

RGB 72 103 4 -
CMYK 0.30 0 0.96 0.60
HSL 78.79º 0.93% 0.21% -
HSV(B) 78.79º 0.96% 0.4% -
XYZ 7.54 11.09 1.86 -
YUV 82.45 83.73 120.55 -
System Red Green Blue C M Y K H S L
Decimal 72 103 4 0.30 0 0.96 0.60 78.79 0.93 0.21
Hex 48 67 4 1E 0 60 3C 4F 5D 15
Octal 110 147 4 36 0 140 74 117 135 25
Binary 1001000 1100111 100 11110 0 1100000 111100 1001111 1011101 10101

Color Harmonies of #486704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486704

Black with #486704

Text Example


Text Example

White with #486704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486704; }

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

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

background-color css

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

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

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

border-color css

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

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

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