Html Css Color HEX #464709 Verdun Green

📋 copy color: '#464709'

red 70 ◦ green 71 ◦ blue 9

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

Shades of Verdun Green #464709

Tints of Verdun Green #464709

RGB

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

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

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

R = 46.67%
G = 47.33%
B = 6%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.72

RGB Variations

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

Color information

#464709 (or 0x464709) is known color: Verdun Green. HEX triplet: 46, 47 and 09. RGB value is (70,71,9). Sum of RGB (Red+Green+Blue) = 70+71+9=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 9 (3.91% from 255 or 6% from 150); Max value from RGB is 71 - color contains mainly: green. Hex color #464709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464709 is #B9B8F6. Grayscale: #3F3F3F. Windows color (decimal): -12171511 or 608070. OLE color: 608070.

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

Color convert

RGB 70 71 9 -
CMYK 0.01 0 0.87 0.72
HSL 60.97º 0.78% 0.16% -
HSV(B) 60.97º 0.87% 0.28% -
XYZ 4.83 5.83 1.13 -
YUV 63.63 97.17 132.54 -
System Red Green Blue C M Y K H S L
Decimal 70 71 9 0.01 0 0.87 0.72 60.97 0.78 0.16
Hex 46 47 9 1 0 57 48 3D 4E 10
Octal 106 107 11 1 0 127 110 75 116 20
Binary 1000110 1000111 1001 1 0 1010111 1001000 111101 1001110 10000

Color Harmonies of #464709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464709

Black with #464709

Text Example


Text Example

White with #464709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464709; }

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

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

background-color css

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

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

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

border-color css

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

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

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