Html Css Color HEX #464B0E Verdun Green

📋 copy color: '#464B0E'

red 70 ◦ green 75 ◦ blue 14

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

Shades of Verdun Green #464B0E

Tints of Verdun Green #464B0E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 47.17%

 BLUE value IS 14 (5.86% from 255) = 8.81%

R = 44.03%
G = 47.17%
B = 8.81%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.81

 K value IS 0.71

RGB Variations

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

Color information

#464B0E (or 0x464B0E) is known color: Verdun Green. HEX triplet: 46, 4B and 0E. RGB value is (70,75,14). Sum of RGB (Red+Green+Blue) = 70+75+14=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 75 (29.69% from 255 or 47.17% from 159); Blue value is 14 (5.86% from 255 or 8.81% from 159); Max value from RGB is 75 - color contains mainly: green. Hex color #464B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464B0E is #B9B4F1. Grayscale: #424242. Windows color (decimal): -12170482 or 936774. OLE color: 936774.

HSL color Cylindrical-coordinate representation of color #464B0E: hue angle of 64.92º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #464B0E is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 75 14 -
CMYK 0.07 0 0.81 0.71
HSL 64.92º 0.69% 0.17% -
HSV(B) 64.92º 0.81% 0.29% -
XYZ 5.12 6.37 1.37 -
YUV 66.55 98.34 130.46 -
System Red Green Blue C M Y K H S L
Decimal 70 75 14 0.07 0 0.81 0.71 64.92 0.69 0.17
Hex 46 4B E 7 0 51 47 41 45 11
Octal 106 113 16 7 0 121 107 101 105 21
Binary 1000110 1001011 1110 111 0 1010001 1000111 1000001 1000101 10001

Color Harmonies of #464B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464B0E

Black with #464B0E

Text Example


Text Example

White with #464B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,75,14); }

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

background-color css

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

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

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

border-color css

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

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

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