Html Css Color HEX #465901 Verdun Green

📋 copy color: '#465901'

red 70 ◦ green 89 ◦ blue 1

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

Shades of Verdun Green #465901

Tints of Verdun Green #465901

RGB

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

 GREEN value IS 89 (35.16% from 255) = 55.63%

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

R = 43.75%
G = 55.63%
B = 0.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#465901 (or 0x465901) is known color: Verdun Green. HEX triplet: 46, 59 and 01. RGB value is (70,89,1). Sum of RGB (Red+Green+Blue) = 70+89+1=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 89 (35.16% from 255 or 55.62% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 89 - color contains mainly: green. Hex color #465901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465901 is #B9A6FE. Grayscale: #494949. Windows color (decimal): -12166911 or 88390. OLE color: 88390.

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

Color convert

RGB 70 89 1 -
CMYK 0.21 0 0.99 0.65
HSL 72.95º 0.98% 0.18% -
HSV(B) 72.95º 0.99% 0.35% -
XYZ 6.1 8.45 1.34 -
YUV 73.29 87.21 125.66 -
System Red Green Blue C M Y K H S L
Decimal 70 89 1 0.21 0 0.99 0.65 72.95 0.98 0.18
Hex 46 59 1 15 0 63 41 49 62 12
Octal 106 131 1 25 0 143 101 111 142 22
Binary 1000110 1011001 1 10101 0 1100011 1000001 1001001 1100010 10010

Color Harmonies of #465901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465901

Black with #465901

Text Example


Text Example

White with #465901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465901; }

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

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

background-color css

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

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

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

border-color css

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

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

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