Html Css Color HEX #465F14 Verdun Green

📋 copy color: '#465F14'

red 70 ◦ green 95 ◦ blue 20

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

Shades of Verdun Green #465F14

Tints of Verdun Green #465F14

RGB

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

 GREEN value IS 95 (37.5% from 255) = 51.35%

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

R = 37.84%
G = 51.35%
B = 10.81%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.79

 K value IS 0.63

RGB Variations

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

Color information

#465F14 (or 0x465F14) is known color: Verdun Green. HEX triplet: 46, 5F and 14. RGB value is (70,95,20). Sum of RGB (Red+Green+Blue) = 70+95+20=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 95 (37.5% from 255 or 51.35% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 95 - color contains mainly: green. Hex color #465F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465F14 is #B9A0EB. Grayscale: #4F4F4F. Windows color (decimal): -12165356 or 1335110. OLE color: 1335110.

HSL color Cylindrical-coordinate representation of color #465F14: hue angle of 80º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #465F14 is Cyan = 0.26, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.63.

Color convert

RGB 70 95 20 -
CMYK 0.26 0 0.79 0.63
HSL 80º 0.65% 0.23% -
HSV(B) 80º 0.79% 0.37% -
XYZ 6.74 9.54 2.15 -
YUV 78.98 94.72 121.6 -
System Red Green Blue C M Y K H S L
Decimal 70 95 20 0.26 0 0.79 0.63 80 0.65 0.23
Hex 46 5F 14 1A 0 4F 3F 50 41 17
Octal 106 137 24 32 0 117 77 120 101 27
Binary 1000110 1011111 10100 11010 0 1001111 111111 1010000 1000001 10111

Color Harmonies of #465F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465F14

Black with #465F14

Text Example


Text Example

White with #465F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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