Html Css Color HEX #465F0E Verdun Green

📋 copy color: '#465F0E'

red 70 ◦ green 95 ◦ blue 14

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

Shades of Verdun Green #465F0E

Tints of Verdun Green #465F0E

RGB

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

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

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

R = 39.11%
G = 53.07%
B = 7.82%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.85

 K value IS 0.63

RGB Variations

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

Color information

#465F0E (or 0x465F0E) is known color: Verdun Green. HEX triplet: 46, 5F and 0E. RGB value is (70,95,14). Sum of RGB (Red+Green+Blue) = 70+95+14=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 95 (37.5% from 255 or 53.07% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 95 - color contains mainly: green. Hex color #465F0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465F0E is #B9A0F1. Grayscale: #4E4E4E. Windows color (decimal): -12165362 or 941894. OLE color: 941894.

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

Color convert

RGB 70 95 14 -
CMYK 0.26 0 0.85 0.63
HSL 78.52º 0.74% 0.21% -
HSV(B) 78.52º 0.85% 0.37% -
XYZ 6.7 9.52 1.9 -
YUV 78.29 91.72 122.09 -
System Red Green Blue C M Y K H S L
Decimal 70 95 14 0.26 0 0.85 0.63 78.52 0.74 0.21
Hex 46 5F E 1A 0 55 3F 4F 4A 15
Octal 106 137 16 32 0 125 77 117 112 25
Binary 1000110 1011111 1110 11010 0 1010101 111111 1001111 1001010 10101

Color Harmonies of #465F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465F0E

Black with #465F0E

Text Example


Text Example

White with #465F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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