Html Css Color HEX #465801 Verdun Green

📋 copy color: '#465801'

red 70 ◦ green 88 ◦ blue 1

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

Shades of Verdun Green #465801

Tints of Verdun Green #465801

RGB

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

 GREEN value IS 88 (34.77% from 255) = 55.35%

 BLUE value IS 1 (0.78% from 255) = 0.63%

R = 44.03%
G = 55.35%
B = 0.63%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#465801 (or 0x465801) is known color: Verdun Green. HEX triplet: 46, 58 and 01. RGB value is (70,88,1). Sum of RGB (Red+Green+Blue) = 70+88+1=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 88 (34.77% from 255 or 55.35% from 159); Blue value is 1 (0.78% from 255 or 0.63% from 159); Max value from RGB is 88 - color contains mainly: green. Hex color #465801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465801 is #B9A7FE. Grayscale: #494949. Windows color (decimal): -12167167 or 88134. OLE color: 88134.

HSL color Cylindrical-coordinate representation of color #465801: hue angle of 72.41º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #465801 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 88 1 -
CMYK 0.20 0 0.99 0.65
HSL 72.41º 0.98% 0.17% -
HSV(B) 72.41º 0.99% 0.35% -
XYZ 6.02 8.28 1.31 -
YUV 72.7 87.54 126.07 -
System Red Green Blue C M Y K H S L
Decimal 70 88 1 0.20 0 0.99 0.65 72.41 0.98 0.17
Hex 46 58 1 14 0 63 41 48 62 11
Octal 106 130 1 24 0 143 101 110 142 21
Binary 1000110 1011000 1 10100 0 1100011 1000001 1001000 1100010 10001

Color Harmonies of #465801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465801

Black with #465801

Text Example


Text Example

White with #465801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465801; }

 p { color: rgb(70,88,1); }

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

background-color css

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

 a { background-color: rgb(70,88,1); }

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

border-color css

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

 span { border-color: rgb(70,88,1); }

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