Html Css Color HEX #464D06 Verdun Green

📋 copy color: '#464D06'

red 70 ◦ green 77 ◦ blue 6

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

Shades of Verdun Green #464D06

Tints of Verdun Green #464D06

RGB

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

 GREEN value IS 77 (30.47% from 255) = 50.33%

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

R = 45.75%
G = 50.33%
B = 3.92%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.70

RGB Variations

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

Color information

#464D06 (or 0x464D06) is known color: Verdun Green. HEX triplet: 46, 4D and 06. RGB value is (70,77,6). Sum of RGB (Red+Green+Blue) = 70+77+6=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 77 (30.47% from 255 or 50.33% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 77 - color contains mainly: green. Hex color #464D06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #464D06 is #B9B2F9. Grayscale: #434343. Windows color (decimal): -12169978 or 412998. OLE color: 412998.

HSL color Cylindrical-coordinate representation of color #464D06: hue angle of 65.92º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #464D06 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.70.

Color convert

RGB 70 77 6 -
CMYK 0.09 0 0.92 0.70
HSL 65.92º 0.86% 0.16% -
HSV(B) 65.92º 0.92% 0.3% -
XYZ 5.21 6.62 1.18 -
YUV 66.81 93.68 130.27 -
System Red Green Blue C M Y K H S L
Decimal 70 77 6 0.09 0 0.92 0.70 65.92 0.86 0.16
Hex 46 4D 6 9 0 5C 46 42 56 10
Octal 106 115 6 11 0 134 106 102 126 20
Binary 1000110 1001101 110 1001 0 1011100 1000110 1000010 1010110 10000

Color Harmonies of #464D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464D06

Black with #464D06

Text Example


Text Example

White with #464D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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