Html Css Color HEX #464718 Verdun Green

📋 copy color: '#464718'

red 70 ◦ green 71 ◦ blue 24

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

Shades of Verdun Green #464718

Tints of Verdun Green #464718

RGB

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

 GREEN value IS 71 (28.13% from 255) = 43.03%

 BLUE value IS 24 (9.77% from 255) = 14.55%

R = 42.42%
G = 43.03%
B = 14.55%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.66

 K value IS 0.72

RGB Variations

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

Color information

#464718 (or 0x464718) is known color: Verdun Green. HEX triplet: 46, 47 and 18. RGB value is (70,71,24). Sum of RGB (Red+Green+Blue) = 70+71+24=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 24 (9.77% from 255 or 14.55% from 165); Max value from RGB is 71 - color contains mainly: green. Hex color #464718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464718 is #B9B8E7. Grayscale: #414141. Windows color (decimal): -12171496 or 1591110. OLE color: 1591110.

HSL color Cylindrical-coordinate representation of color #464718: hue angle of 61.28º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #464718 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.72.

Color convert

RGB 70 71 24 -
CMYK 0.01 0 0.66 0.72
HSL 61.28º 0.49% 0.19% -
HSV(B) 61.28º 0.66% 0.28% -
XYZ 4.94 5.87 1.74 -
YUV 65.34 104.67 131.32 -
System Red Green Blue C M Y K H S L
Decimal 70 71 24 0.01 0 0.66 0.72 61.28 0.49 0.19
Hex 46 47 18 1 0 42 48 3D 31 13
Octal 106 107 30 1 0 102 110 75 61 23
Binary 1000110 1000111 11000 1 0 1000010 1001000 111101 110001 10011

Color Harmonies of #464718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464718

Black with #464718

Text Example


Text Example

White with #464718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464718; }

 p { color: rgb(70,71,24); }

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

background-color css

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

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

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

border-color css

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

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

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