Html Css Color HEX #464613 Verdun Green

📋 copy color: '#464613'

red 70 ◦ green 70 ◦ blue 19

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

Shades of Verdun Green #464613

Tints of Verdun Green #464613

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.03%

 BLUE value IS 19 (7.81% from 255) = 11.95%

R = 44.03%
G = 44.03%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.73

 K value IS 0.73

RGB Variations

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

Color information

#464613 (or 0x464613) is known color: Verdun Green. HEX triplet: 46, 46 and 13. RGB value is (70,70,19). Sum of RGB (Red+Green+Blue) = 70+70+19=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 70 (27.73% from 255 or 44.03% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 70 - color contains mainly: red, green. Hex color #464613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464613 is #B9B9EC. Grayscale: #404040. Windows color (decimal): -12171757 or 1263174. OLE color: 1263174.

HSL color Cylindrical-coordinate representation of color #464613: hue angle of 60º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #464613 is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 70 19 -
CMYK 0 0 0.73 0.73
HSL 60º 0.57% 0.17% -
HSV(B) 60º 0.73% 0.27% -
XYZ 4.83 5.73 1.47 -
YUV 64.19 102.5 132.15 -
System Red Green Blue C M Y K H S L
Decimal 70 70 19 0 0 0.73 0.73 60 0.57 0.17
Hex 46 46 13 0 0 49 49 3C 39 11
Octal 106 106 23 0 0 111 111 74 71 21
Binary 1000110 1000110 10011 0 0 1001001 1001001 111100 111001 10001

Color Harmonies of #464613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464613

Black with #464613

Text Example


Text Example

White with #464613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464613; }

 p { color: rgb(70,70,19); }

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

background-color css

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

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

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

border-color css

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

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

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