Html Css Color HEX #464E01 Verdun Green

📋 copy color: '#464E01'

red 70 ◦ green 78 ◦ blue 1

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

Shades of Verdun Green #464E01

Tints of Verdun Green #464E01

RGB

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

 GREEN value IS 78 (30.86% from 255) = 52.35%

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

R = 46.98%
G = 52.35%
B = 0.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#464E01 (or 0x464E01) is known color: Verdun Green. HEX triplet: 46, 4E and 01. RGB value is (70,78,1). Sum of RGB (Red+Green+Blue) = 70+78+1=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 78 (30.86% from 255 or 52.35% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 78 - color contains mainly: green. Hex color #464E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #464E01 is #B9B1FE. Grayscale: #434343. Windows color (decimal): -12169727 or 85574. OLE color: 85574.

HSL color Cylindrical-coordinate representation of color #464E01: hue angle of 66.23º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #464E01 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 78 1 -
CMYK 0.10 0 0.99 0.69
HSL 66.23º 0.97% 0.15% -
HSV(B) 66.23º 0.99% 0.31% -
XYZ 5.26 6.75 1.06 -
YUV 66.83 90.85 130.26 -
System Red Green Blue C M Y K H S L
Decimal 70 78 1 0.10 0 0.99 0.69 66.23 0.97 0.15
Hex 46 4E 1 A 0 63 45 42 61 F
Octal 106 116 1 12 0 143 105 102 141 17
Binary 1000110 1001110 1 1010 0 1100011 1000101 1000010 1100001 1111

Color Harmonies of #464E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464E01

Black with #464E01

Text Example


Text Example

White with #464E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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