Html Css Color HEX #464F1F Verdun Green

📋 copy color: '#464F1F'

red 70 ◦ green 79 ◦ blue 31

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

Shades of Verdun Green #464F1F

Tints of Verdun Green #464F1F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 43.89%

 BLUE value IS 31 (12.5% from 255) = 17.22%

R = 38.89%
G = 43.89%
B = 17.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#464F1F (or 0x464F1F) is known color: Verdun Green. HEX triplet: 46, 4F and 1F. RGB value is (70,79,31). Sum of RGB (Red+Green+Blue) = 70+79+31=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 79 (31.25% from 255 or 43.89% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 79 - color contains mainly: green. Hex color #464F1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464F1F is #B9B0E0. Grayscale: #474747. Windows color (decimal): -12169441 or 2051910. OLE color: 2051910.

HSL color Cylindrical-coordinate representation of color #464F1F: hue angle of 71.25º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #464F1F is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 79 31 -
CMYK 0.11 0 0.61 0.69
HSL 71.25º 0.44% 0.22% -
HSV(B) 71.25º 0.61% 0.31% -
XYZ 5.57 6.99 2.35 -
YUV 70.84 105.52 127.4 -
System Red Green Blue C M Y K H S L
Decimal 70 79 31 0.11 0 0.61 0.69 71.25 0.44 0.22
Hex 46 4F 1F B 0 3D 45 47 2C 16
Octal 106 117 37 13 0 75 105 107 54 26
Binary 1000110 1001111 11111 1011 0 111101 1000101 1000111 101100 10110

Color Harmonies of #464F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464F1F

Black with #464F1F

Text Example


Text Example

White with #464F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,79,31); }

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

background-color css

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

 a { background-color: rgb(70,79,31); }

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

border-color css

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

 span { border-color: rgb(70,79,31); }

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