Html Css Color HEX #467101 Verdun Green

📋 copy color: '#467101'

red 70 ◦ green 113 ◦ blue 1

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

Shades of Verdun Green #467101

Tints of Verdun Green #467101

RGB

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

 GREEN value IS 113 (44.53% from 255) = 61.41%

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

R = 38.04%
G = 61.41%
B = 0.54%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#467101 (or 0x467101) is known color: Verdun Green. HEX triplet: 46, 71 and 01. RGB value is (70,113,1). Sum of RGB (Red+Green+Blue) = 70+113+1=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 113 (44.53% from 255 or 61.41% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 113 - color contains mainly: green. Hex color #467101 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467101 is #B98EFE. Grayscale: #575757. Windows color (decimal): -12160767 or 94534. OLE color: 94534.

HSL color Cylindrical-coordinate representation of color #467101: hue angle of 83.04º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #467101 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 113 1 -
CMYK 0.38 0 0.99 0.56
HSL 83.04º 0.98% 0.22% -
HSV(B) 83.04º 0.99% 0.44% -
XYZ 8.44 13.11 2.12 -
YUV 87.38 79.25 115.61 -
System Red Green Blue C M Y K H S L
Decimal 70 113 1 0.38 0 0.99 0.56 83.04 0.98 0.22
Hex 46 71 1 26 0 63 38 53 62 16
Octal 106 161 1 46 0 143 70 123 142 26
Binary 1000110 1110001 1 100110 0 1100011 111000 1010011 1100010 10110

Color Harmonies of #467101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467101

Black with #467101

Text Example


Text Example

White with #467101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467101; }

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

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

background-color css

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

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

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

border-color css

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

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

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