Html Css Color HEX #464F19 Verdun Green

📋 copy color: '#464F19'

red 70 ◦ green 79 ◦ blue 25

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

Shades of Verdun Green #464F19

Tints of Verdun Green #464F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.37%

R = 40.23%
G = 45.4%
B = 14.37%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.68

 K value IS 0.69

RGB Variations

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

Color information

#464F19 (or 0x464F19) is known color: Verdun Green. HEX triplet: 46, 4F and 19. RGB value is (70,79,25). Sum of RGB (Red+Green+Blue) = 70+79+25=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 79 (31.25% from 255 or 45.40% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 79 - color contains mainly: green. Hex color #464F19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #464F19 is #B9B0E6. Grayscale: #464646. Windows color (decimal): -12169447 or 1658694. OLE color: 1658694.

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

Color convert

RGB 70 79 25 -
CMYK 0.11 0 0.68 0.69
HSL 70º 0.52% 0.2% -
HSV(B) 70º 0.68% 0.31% -
XYZ 5.5 6.96 1.97 -
YUV 70.15 102.52 127.89 -
System Red Green Blue C M Y K H S L
Decimal 70 79 25 0.11 0 0.68 0.69 70 0.52 0.2
Hex 46 4F 19 B 0 44 45 46 34 14
Octal 106 117 31 13 0 104 105 106 64 24
Binary 1000110 1001111 11001 1011 0 1000100 1000101 1000110 110100 10100

Color Harmonies of #464F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464F19

Black with #464F19

Text Example


Text Example

White with #464F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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