Html Css Color HEX #465D0E Verdun Green

📋 copy color: '#465D0E'

red 70 ◦ green 93 ◦ blue 14

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

Shades of Verdun Green #465D0E

Tints of Verdun Green #465D0E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 52.54%

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

R = 39.55%
G = 52.54%
B = 7.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.85

 K value IS 0.64

RGB Variations

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

Color information

#465D0E (or 0x465D0E) is known color: Verdun Green. HEX triplet: 46, 5D and 0E. RGB value is (70,93,14). Sum of RGB (Red+Green+Blue) = 70+93+14=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 93 (36.72% from 255 or 52.54% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 93 - color contains mainly: green. Hex color #465D0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465D0E is #B9A2F1. Grayscale: #4D4D4D. Windows color (decimal): -12165874 or 941382. OLE color: 941382.

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

Color convert

RGB 70 93 14 -
CMYK 0.25 0 0.85 0.64
HSL 77.47º 0.74% 0.21% -
HSV(B) 77.47º 0.85% 0.36% -
XYZ 6.52 9.16 1.84 -
YUV 77.12 92.38 122.92 -
System Red Green Blue C M Y K H S L
Decimal 70 93 14 0.25 0 0.85 0.64 77.47 0.74 0.21
Hex 46 5D E 19 0 55 40 4D 4A 15
Octal 106 135 16 31 0 125 100 115 112 25
Binary 1000110 1011101 1110 11001 0 1010101 1000000 1001101 1001010 10101

Color Harmonies of #465D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465D0E

Black with #465D0E

Text Example


Text Example

White with #465D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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