Html Css Color HEX #465514 Verdun Green

📋 copy color: '#465514'

red 70 ◦ green 85 ◦ blue 20

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

Shades of Verdun Green #465514

Tints of Verdun Green #465514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 48.57%

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

R = 40%
G = 48.57%
B = 11.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#465514 (or 0x465514) is known color: Verdun Green. HEX triplet: 46, 55 and 14. RGB value is (70,85,20). Sum of RGB (Red+Green+Blue) = 70+85+20=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 20 (8.20% from 255 or 11.43% from 175); Max value from RGB is 85 - color contains mainly: green. Hex color #465514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465514 is #B9AAEB. Grayscale: #494949. Windows color (decimal): -12167916 or 1332550. OLE color: 1332550.

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

Color convert

RGB 70 85 20 -
CMYK 0.18 0 0.76 0.67
HSL 73.85º 0.62% 0.21% -
HSV(B) 73.85º 0.76% 0.33% -
XYZ 5.9 7.85 1.87 -
YUV 73.11 98.03 125.79 -
System Red Green Blue C M Y K H S L
Decimal 70 85 20 0.18 0 0.76 0.67 73.85 0.62 0.21
Hex 46 55 14 12 0 4C 43 4A 3E 15
Octal 106 125 24 22 0 114 103 112 76 25
Binary 1000110 1010101 10100 10010 0 1001100 1000011 1001010 111110 10101

Color Harmonies of #465514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465514

Black with #465514

Text Example


Text Example

White with #465514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465514; }

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

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

background-color css

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

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

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

border-color css

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

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

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