Html Css Color HEX #464408 Verdun Green

📋 copy color: '#464408'

red 70 ◦ green 68 ◦ blue 8

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

Shades of Verdun Green #464408

Tints of Verdun Green #464408

RGB

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

 GREEN value IS 68 (26.95% from 255) = 46.58%

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

R = 47.95%
G = 46.58%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.73

RGB Variations

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

Color information

#464408 (or 0x464408) is known color: Verdun Green. HEX triplet: 46, 44 and 08. RGB value is (70,68,8). Sum of RGB (Red+Green+Blue) = 70+68+8=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 68 (26.95% from 255 or 46.58% from 146); Blue value is 8 (3.52% from 255 or 5.48% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #464408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464408 is #B9BBF7. Grayscale: #3E3E3E. Windows color (decimal): -12172280 or 541766. OLE color: 541766.

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

Color convert

RGB 70 68 8 -
CMYK 0 0.03 0.89 0.73
HSL 58.06º 0.79% 0.15% -
HSV(B) 58.06º 0.89% 0.27% -
XYZ 4.64 5.45 1.04 -
YUV 61.76 97.66 133.88 -
System Red Green Blue C M Y K H S L
Decimal 70 68 8 0 0.03 0.89 0.73 58.06 0.79 0.15
Hex 46 44 8 0 3 59 49 3A 4F F
Octal 106 104 10 0 3 131 111 72 117 17
Binary 1000110 1000100 1000 0 11 1011001 1001001 111010 1001111 1111

Color Harmonies of #464408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464408

Black with #464408

Text Example


Text Example

White with #464408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464408; }

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

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

background-color css

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

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

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

border-color css

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

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

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