Html Css Color HEX #465A01 Verdun Green

📋 copy color: '#465A01'

red 70 ◦ green 90 ◦ blue 1

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

Shades of Verdun Green #465A01

Tints of Verdun Green #465A01

RGB

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

 GREEN value IS 90 (35.55% from 255) = 55.9%

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

R = 43.48%
G = 55.9%
B = 0.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#465A01 (or 0x465A01) is known color: Verdun Green. HEX triplet: 46, 5A and 01. RGB value is (70,90,1). Sum of RGB (Red+Green+Blue) = 70+90+1=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 90 (35.55% from 255 or 55.90% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 90 - color contains mainly: green. Hex color #465A01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465A01 is #B9A5FE. Grayscale: #4A4A4A. Windows color (decimal): -12166655 or 88646. OLE color: 88646.

HSL color Cylindrical-coordinate representation of color #465A01: hue angle of 73.48º 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 #465A01 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 90 1 -
CMYK 0.22 0 0.99 0.65
HSL 73.48º 0.98% 0.18% -
HSV(B) 73.48º 0.99% 0.35% -
XYZ 6.19 8.62 1.37 -
YUV 73.87 86.87 125.24 -
System Red Green Blue C M Y K H S L
Decimal 70 90 1 0.22 0 0.99 0.65 73.48 0.98 0.18
Hex 46 5A 1 16 0 63 41 49 62 12
Octal 106 132 1 26 0 143 101 111 142 22
Binary 1000110 1011010 1 10110 0 1100011 1000001 1001001 1100010 10010

Color Harmonies of #465A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465A01

Black with #465A01

Text Example


Text Example

White with #465A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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