Html Css Color HEX #464706 Verdun Green

📋 copy color: '#464706'

red 70 ◦ green 71 ◦ blue 6

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

Shades of Verdun Green #464706

Tints of Verdun Green #464706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.08%

R = 47.62%
G = 48.3%
B = 4.08%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#464706 (or 0x464706) is known color: Verdun Green. HEX triplet: 46, 47 and 06. RGB value is (70,71,6). Sum of RGB (Red+Green+Blue) = 70+71+6=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 71 (28.12% from 255 or 48.30% from 147); Blue value is 6 (2.73% from 255 or 4.08% from 147); Max value from RGB is 71 - color contains mainly: green. Hex color #464706 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464706 is #B9B8F9. Grayscale: #3F3F3F. Windows color (decimal): -12171514 or 411462. OLE color: 411462.

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

Color convert

RGB 70 71 6 -
CMYK 0.01 0 0.92 0.72
HSL 60.92º 0.84% 0.15% -
HSV(B) 60.92º 0.92% 0.28% -
XYZ 4.81 5.82 1.04 -
YUV 63.29 95.67 132.79 -
System Red Green Blue C M Y K H S L
Decimal 70 71 6 0.01 0 0.92 0.72 60.92 0.84 0.15
Hex 46 47 6 1 0 5C 48 3D 54 F
Octal 106 107 6 1 0 134 110 75 124 17
Binary 1000110 1000111 110 1 0 1011100 1001000 111101 1010100 1111

Color Harmonies of #464706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464706

Black with #464706

Text Example


Text Example

White with #464706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464706; }

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

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

background-color css

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

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

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

border-color css

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

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

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