Html Css Color HEX #465603 Verdun Green

📋 copy color: '#465603'

red 70 ◦ green 86 ◦ blue 3

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

Shades of Verdun Green #465603

Tints of Verdun Green #465603

RGB

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

 GREEN value IS 86 (33.98% from 255) = 54.09%

 BLUE value IS 3 (1.56% from 255) = 1.89%

R = 44.03%
G = 54.09%
B = 1.89%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.97

 K value IS 0.66

RGB Variations

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

Color information

#465603 (or 0x465603) is known color: Verdun Green. HEX triplet: 46, 56 and 03. RGB value is (70,86,3). Sum of RGB (Red+Green+Blue) = 70+86+3=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 86 (33.98% from 255 or 54.09% from 159); Blue value is 3 (1.56% from 255 or 1.89% from 159); Max value from RGB is 86 - color contains mainly: green. Hex color #465603 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465603 is #B9A9FC. Grayscale: #484848. Windows color (decimal): -12167677 or 218694. OLE color: 218694.

HSL color Cylindrical-coordinate representation of color #465603: hue angle of 71.57º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #465603 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB 70 86 3 -
CMYK 0.19 0 0.97 0.66
HSL 71.57º 0.93% 0.17% -
HSV(B) 71.57º 0.97% 0.34% -
XYZ 5.87 7.96 1.31 -
YUV 71.75 89.2 126.75 -
System Red Green Blue C M Y K H S L
Decimal 70 86 3 0.19 0 0.97 0.66 71.57 0.93 0.17
Hex 46 56 3 13 0 61 42 48 5D 11
Octal 106 126 3 23 0 141 102 110 135 21
Binary 1000110 1010110 11 10011 0 1100001 1000010 1001000 1011101 10001

Color Harmonies of #465603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465603

Black with #465603

Text Example


Text Example

White with #465603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465603; }

 p { color: rgb(70,86,3); }

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

background-color css

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

 a { background-color: rgb(70,86,3); }

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

border-color css

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

 span { border-color: rgb(70,86,3); }

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