Html Css Color HEX #465B0E Verdun Green

📋 copy color: '#465B0E'

red 70 ◦ green 91 ◦ blue 14

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

Shades of Verdun Green #465B0E

Tints of Verdun Green #465B0E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 52%

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

R = 40%
G = 52%
B = 8%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.64

RGB Variations

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

Color information

#465B0E (or 0x465B0E) is known color: Verdun Green. HEX triplet: 46, 5B and 0E. RGB value is (70,91,14). Sum of RGB (Red+Green+Blue) = 70+91+14=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 91 (35.94% from 255 or 52% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 91 - color contains mainly: green. Hex color #465B0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465B0E is #B9A4F1. Grayscale: #4C4C4C. Windows color (decimal): -12166386 or 940870. OLE color: 940870.

HSL color Cylindrical-coordinate representation of color #465B0E: hue angle of 76.36º degrees, saturation: 0.73, 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 #465B0E is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 91 14 -
CMYK 0.23 0 0.85 0.64
HSL 76.36º 0.73% 0.21% -
HSV(B) 76.36º 0.85% 0.36% -
XYZ 6.35 8.82 1.78 -
YUV 75.94 93.04 123.76 -
System Red Green Blue C M Y K H S L
Decimal 70 91 14 0.23 0 0.85 0.64 76.36 0.73 0.21
Hex 46 5B E 17 0 55 40 4C 49 15
Octal 106 133 16 27 0 125 100 114 111 25
Binary 1000110 1011011 1110 10111 0 1010101 1000000 1001100 1001001 10101

Color Harmonies of #465B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465B0E

Black with #465B0E

Text Example


Text Example

White with #465B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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