Html Css Color HEX #465408 Verdun Green

📋 copy color: '#465408'

red 70 ◦ green 84 ◦ blue 8

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

Shades of Verdun Green #465408

Tints of Verdun Green #465408

RGB

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

 GREEN value IS 84 (33.2% from 255) = 51.85%

 BLUE value IS 8 (3.52% from 255) = 4.94%

R = 43.21%
G = 51.85%
B = 4.94%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#465408 (or 0x465408) is known color: Verdun Green. HEX triplet: 46, 54 and 08. RGB value is (70,84,8). Sum of RGB (Red+Green+Blue) = 70+84+8=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 84 (33.20% from 255 or 51.85% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 84 - color contains mainly: green. Hex color #465408 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465408 is #B9ABF7. Grayscale: #474747. Windows color (decimal): -12168184 or 545862. OLE color: 545862.

HSL color Cylindrical-coordinate representation of color #465408: hue angle of 71.05º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #465408 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 84 8 -
CMYK 0.17 0 0.90 0.67
HSL 71.05º 0.83% 0.18% -
HSV(B) 71.05º 0.9% 0.33% -
XYZ 5.74 7.66 1.41 -
YUV 71.15 92.36 127.18 -
System Red Green Blue C M Y K H S L
Decimal 70 84 8 0.17 0 0.90 0.67 71.05 0.83 0.18
Hex 46 54 8 11 0 5A 43 47 53 12
Octal 106 124 10 21 0 132 103 107 123 22
Binary 1000110 1010100 1000 10001 0 1011010 1000011 1000111 1010011 10010

Color Harmonies of #465408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465408

Black with #465408

Text Example


Text Example

White with #465408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465408; }

 p { color: rgb(70,84,8); }

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

background-color css

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

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

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

border-color css

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

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

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