Html Css Color HEX #465614 Verdun Green

📋 copy color: '#465614'

red 70 ◦ green 86 ◦ blue 20

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

Shades of Verdun Green #465614

Tints of Verdun Green #465614

RGB

 RED value IS 70 (27.73% from 255) = 39.77%

 GREEN value IS 86 (33.98% from 255) = 48.86%

 BLUE value IS 20 (8.2% from 255) = 11.36%

R = 39.77%
G = 48.86%
B = 11.36%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#465614 (or 0x465614) is known color: Verdun Green. HEX triplet: 46, 56 and 14. RGB value is (70,86,20). Sum of RGB (Red+Green+Blue) = 70+86+20=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 86 (33.98% from 255 or 48.86% from 176); Blue value is 20 (8.20% from 255 or 11.36% from 176); Max value from RGB is 86 - color contains mainly: green. Hex color #465614 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465614 is #B9A9EB. Grayscale: #494949. Windows color (decimal): -12167660 or 1332806. OLE color: 1332806.

HSL color Cylindrical-coordinate representation of color #465614: hue angle of 74.55º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #465614 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 70 86 20 -
CMYK 0.19 0 0.77 0.66
HSL 74.55º 0.62% 0.21% -
HSV(B) 74.55º 0.77% 0.34% -
XYZ 5.98 8.01 1.89 -
YUV 73.69 97.7 125.37 -
System Red Green Blue C M Y K H S L
Decimal 70 86 20 0.19 0 0.77 0.66 74.55 0.62 0.21
Hex 46 56 14 13 0 4D 42 4B 3E 15
Octal 106 126 24 23 0 115 102 113 76 25
Binary 1000110 1010110 10100 10011 0 1001101 1000010 1001011 111110 10101

Color Harmonies of #465614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465614

Black with #465614

Text Example


Text Example

White with #465614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465614; }

 p { color: rgb(70,86,20); }

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

background-color css

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

 a { background-color: rgb(70,86,20); }

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

border-color css

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

 span { border-color: rgb(70,86,20); }

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