Html Css Color HEX #464700 Verdun Green

📋 copy color: '#464700'

red 70 ◦ green 71 ◦ blue 0

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

Shades of Verdun Green #464700

Tints of Verdun Green #464700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.65%
G = 50.35%
B = 0%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#464700 (or 0x464700) is known color: Verdun Green. HEX triplet: 46, 47 and 00. RGB value is (70,71,0). Sum of RGB (Red+Green+Blue) = 70+71+0=141 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.65% from 141); Green value is 71 (28.12% from 255 or 50.35% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 71 - color contains mainly: green. Hex color #464700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464700 is #B9B8FF. Grayscale: #3E3E3E. Windows color (decimal): -12171520 or 18246. OLE color: 18246.

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

Color convert

RGB 70 71 0 -
CMYK 0.01 0 1 0.72
HSL 60.85º 1% 0.14% -
HSV(B) 60.85º 1% 0.28% -
XYZ 4.78 5.81 0.87 -
YUV 62.61 92.67 133.27 -
System Red Green Blue C M Y K H S L
Decimal 70 71 0 0.01 0 1 0.72 60.85 1 0.14
Hex 46 47 0 1 0 64 48 3D 64 E
Octal 106 107 0 1 0 144 110 75 144 16
Binary 1000110 1000111 0 1 0 1100100 1001000 111101 1100100 1110

Color Harmonies of #464700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464700

Black with #464700

Text Example


Text Example

White with #464700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464700; }

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

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

background-color css

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

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

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

border-color css

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

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

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