Html Css Color HEX #486705 Verdun Green

📋 copy color: '#486705'

red 72 ◦ green 103 ◦ blue 5

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

Shades of Verdun Green #486705

Tints of Verdun Green #486705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.78%

R = 40%
G = 57.22%
B = 2.78%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.95

 K value IS 0.60

RGB Variations

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

Color information

#486705 (or 0x486705) is known color: Verdun Green. HEX triplet: 48, 67 and 05. RGB value is (72,103,5). Sum of RGB (Red+Green+Blue) = 72+103+5=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 103 (40.62% from 255 or 57.22% from 180); Blue value is 5 (2.34% from 255 or 2.78% from 180); Max value from RGB is 103 - color contains mainly: green. Hex color #486705 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486705 is #B798FA. Grayscale: #525252. Windows color (decimal): -12032251 or 354120. OLE color: 354120.

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

Color convert

RGB 72 103 5 -
CMYK 0.30 0 0.95 0.60
HSL 78.98º 0.91% 0.21% -
HSV(B) 78.98º 0.95% 0.4% -
XYZ 7.55 11.09 1.89 -
YUV 82.56 84.23 120.47 -
System Red Green Blue C M Y K H S L
Decimal 72 103 5 0.30 0 0.95 0.60 78.98 0.91 0.21
Hex 48 67 5 1E 0 5F 3C 4F 5B 15
Octal 110 147 5 36 0 137 74 117 133 25
Binary 1001000 1100111 101 11110 0 1011111 111100 1001111 1011011 10101

Color Harmonies of #486705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486705

Black with #486705

Text Example


Text Example

White with #486705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486705; }

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

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

background-color css

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

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

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

border-color css

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

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

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