Html Css Color HEX #465414 Verdun Green

📋 copy color: '#465414'

red 70 ◦ green 84 ◦ blue 20

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

Shades of Verdun Green #465414

Tints of Verdun Green #465414

RGB

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

 GREEN value IS 84 (33.2% from 255) = 48.28%

 BLUE value IS 20 (8.2% from 255) = 11.49%

R = 40.23%
G = 48.28%
B = 11.49%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#465414 (or 0x465414) is known color: Verdun Green. HEX triplet: 46, 54 and 14. RGB value is (70,84,20). Sum of RGB (Red+Green+Blue) = 70+84+20=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 84 - color contains mainly: green. Hex color #465414 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465414 is #B9ABEB. Grayscale: #484848. Windows color (decimal): -12168172 or 1332294. OLE color: 1332294.

HSL color Cylindrical-coordinate representation of color #465414: hue angle of 73.12º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #465414 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 84 20 -
CMYK 0.17 0 0.76 0.67
HSL 73.13º 0.62% 0.2% -
HSV(B) 73.13º 0.76% 0.33% -
XYZ 5.82 7.69 1.84 -
YUV 72.52 98.36 126.2 -
System Red Green Blue C M Y K H S L
Decimal 70 84 20 0.17 0 0.76 0.67 73.13 0.62 0.2
Hex 46 54 14 11 0 4C 43 49 3E 14
Octal 106 124 24 21 0 114 103 111 76 24
Binary 1000110 1010100 10100 10001 0 1001100 1000011 1001001 111110 10100

Color Harmonies of #465414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465414

Black with #465414

Text Example


Text Example

White with #465414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465414; }

 p { color: rgb(70,84,20); }

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

background-color css

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

 a { background-color: rgb(70,84,20); }

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

border-color css

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

 span { border-color: rgb(70,84,20); }

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