Html Css Color HEX #464917 Verdun Green

📋 copy color: '#464917'

red 70 ◦ green 73 ◦ blue 23

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

Shades of Verdun Green #464917

Tints of Verdun Green #464917

RGB

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

 GREEN value IS 73 (28.91% from 255) = 43.98%

 BLUE value IS 23 (9.38% from 255) = 13.86%

R = 42.17%
G = 43.98%
B = 13.86%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#464917 (or 0x464917) is known color: Verdun Green. HEX triplet: 46, 49 and 17. RGB value is (70,73,23). Sum of RGB (Red+Green+Blue) = 70+73+23=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 23 (9.38% from 255 or 13.86% from 166); Max value from RGB is 73 - color contains mainly: green. Hex color #464917 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464917 is #B9B6E8. Grayscale: #424242. Windows color (decimal): -12170985 or 1526086. OLE color: 1526086.

HSL color Cylindrical-coordinate representation of color #464917: hue angle of 63.6º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #464917 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 73 23 -
CMYK 0.04 0 0.68 0.71
HSL 63.6º 0.52% 0.19% -
HSV(B) 63.6º 0.68% 0.29% -
XYZ 5.06 6.13 1.73 -
YUV 66.4 103.51 130.57 -
System Red Green Blue C M Y K H S L
Decimal 70 73 23 0.04 0 0.68 0.71 63.6 0.52 0.19
Hex 46 49 17 4 0 44 47 40 34 13
Octal 106 111 27 4 0 104 107 100 64 23
Binary 1000110 1001001 10111 100 0 1000100 1000111 1000000 110100 10011

Color Harmonies of #464917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464917

Black with #464917

Text Example


Text Example

White with #464917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464917; }

 p { color: rgb(70,73,23); }

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

background-color css

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

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

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

border-color css

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

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

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