Html Css Color HEX #464801 Verdun Green

📋 copy color: '#464801'

red 70 ◦ green 72 ◦ blue 1

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

Shades of Verdun Green #464801

Tints of Verdun Green #464801

RGB

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

 GREEN value IS 72 (28.52% from 255) = 50.35%

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

R = 48.95%
G = 50.35%
B = 0.7%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#464801 (or 0x464801) is known color: Verdun Green. HEX triplet: 46, 48 and 01. RGB value is (70,72,1). Sum of RGB (Red+Green+Blue) = 70+72+1=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 72 (28.52% from 255 or 50.35% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 72 - color contains mainly: green. Hex color #464801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464801 is #B9B7FE. Grayscale: #3F3F3F. Windows color (decimal): -12171263 or 84038. OLE color: 84038.

HSL color Cylindrical-coordinate representation of color #464801: hue angle of 61.69º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #464801 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB 70 72 1 -
CMYK 0.03 0 0.99 0.72
HSL 61.69º 0.97% 0.14% -
HSV(B) 61.69º 0.99% 0.28% -
XYZ 4.85 5.94 0.92 -
YUV 63.31 92.84 132.77 -
System Red Green Blue C M Y K H S L
Decimal 70 72 1 0.03 0 0.99 0.72 61.69 0.97 0.14
Hex 46 48 1 3 0 63 48 3E 61 E
Octal 106 110 1 3 0 143 110 76 141 16
Binary 1000110 1001000 1 11 0 1100011 1001000 111110 1100001 1110

Color Harmonies of #464801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464801

Black with #464801

Text Example


Text Example

White with #464801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464801; }

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

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

background-color css

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

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

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

border-color css

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

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

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