Html Css Color HEX #464609 Verdun Green

📋 copy color: '#464609'

red 70 ◦ green 70 ◦ blue 9

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

Shades of Verdun Green #464609

Tints of Verdun Green #464609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.04%

R = 46.98%
G = 46.98%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.87

 K value IS 0.73

RGB Variations

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

Color information

#464609 (or 0x464609) is known color: Verdun Green. HEX triplet: 46, 46 and 09. RGB value is (70,70,9). Sum of RGB (Red+Green+Blue) = 70+70+9=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 70 (27.73% from 255 or 46.98% from 149); Blue value is 9 (3.91% from 255 or 6.04% from 149); Max value from RGB is 70 - color contains mainly: red, green. Hex color #464609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464609 is #B9B9F6. Grayscale: #3F3F3F. Windows color (decimal): -12171767 or 607814. OLE color: 607814.

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

Color convert

RGB 70 70 9 -
CMYK 0 0 0.87 0.73
HSL 60º 0.77% 0.15% -
HSV(B) 60º 0.87% 0.27% -
XYZ 4.77 5.7 1.11 -
YUV 63.05 97.5 132.96 -
System Red Green Blue C M Y K H S L
Decimal 70 70 9 0 0 0.87 0.73 60 0.77 0.15
Hex 46 46 9 0 0 57 49 3C 4D F
Octal 106 106 11 0 0 127 111 74 115 17
Binary 1000110 1000110 1001 0 0 1010111 1001001 111100 1001101 1111

Color Harmonies of #464609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464609

Black with #464609

Text Example


Text Example

White with #464609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464609; }

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

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

background-color css

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

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

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

border-color css

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

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

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