Html Css Color HEX #467301 Verdun Green

📋 copy color: '#467301'

red 70 ◦ green 115 ◦ blue 1

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

Shades of Verdun Green #467301

Tints of Verdun Green #467301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 61.83%

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

R = 37.63%
G = 61.83%
B = 0.54%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#467301 (or 0x467301) is known color: Verdun Green. HEX triplet: 46, 73 and 01. RGB value is (70,115,1). Sum of RGB (Red+Green+Blue) = 70+115+1=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 115 (45.31% from 255 or 61.83% from 186); Blue value is 1 (0.78% from 255 or 0.54% from 186); Max value from RGB is 115 - color contains mainly: green. Hex color #467301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467301 is #B98CFE. Grayscale: #585858. Windows color (decimal): -12160255 or 95046. OLE color: 95046.

HSL color Cylindrical-coordinate representation of color #467301: hue angle of 83.68º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #467301 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 115 1 -
CMYK 0.39 0 0.99 0.55
HSL 83.68º 0.98% 0.23% -
HSV(B) 83.68º 0.99% 0.45% -
XYZ 8.66 13.57 2.19 -
YUV 88.55 78.59 114.77 -
System Red Green Blue C M Y K H S L
Decimal 70 115 1 0.39 0 0.99 0.55 83.68 0.98 0.23
Hex 46 73 1 27 0 63 37 54 62 17
Octal 106 163 1 47 0 143 67 124 142 27
Binary 1000110 1110011 1 100111 0 1100011 110111 1010100 1100010 10111

Color Harmonies of #467301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467301

Black with #467301

Text Example


Text Example

White with #467301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467301; }

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

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

background-color css

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

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

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

border-color css

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

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

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