Html Css Color HEX #465714 Verdun Green

📋 copy color: '#465714'

red 70 ◦ green 87 ◦ blue 20

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

Shades of Verdun Green #465714

Tints of Verdun Green #465714

RGB

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

 GREEN value IS 87 (34.38% from 255) = 49.15%

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

R = 39.55%
G = 49.15%
B = 11.3%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#465714 (or 0x465714) is known color: Verdun Green. HEX triplet: 46, 57 and 14. RGB value is (70,87,20). Sum of RGB (Red+Green+Blue) = 70+87+20=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 87 (34.38% from 255 or 49.15% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 87 - color contains mainly: green. Hex color #465714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465714 is #B9A8EB. Grayscale: #4A4A4A. Windows color (decimal): -12167404 or 1333062. OLE color: 1333062.

HSL color Cylindrical-coordinate representation of color #465714: hue angle of 75.22º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #465714 is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 70 87 20 -
CMYK 0.20 0 0.77 0.66
HSL 75.22º 0.63% 0.21% -
HSV(B) 75.22º 0.77% 0.34% -
XYZ 6.06 8.17 1.92 -
YUV 74.28 97.37 124.95 -
System Red Green Blue C M Y K H S L
Decimal 70 87 20 0.20 0 0.77 0.66 75.22 0.63 0.21
Hex 46 57 14 14 0 4D 42 4B 3F 15
Octal 106 127 24 24 0 115 102 113 77 25
Binary 1000110 1010111 10100 10100 0 1001101 1000010 1001011 111111 10101

Color Harmonies of #465714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465714

Black with #465714

Text Example


Text Example

White with #465714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465714; }

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

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

background-color css

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

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

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

border-color css

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

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

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