Html Css Color HEX #464A1A Verdun Green

📋 copy color: '#464A1A'

red 70 ◦ green 74 ◦ blue 26

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

Shades of Verdun Green #464A1A

Tints of Verdun Green #464A1A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 43.53%

 BLUE value IS 26 (10.55% from 255) = 15.29%

R = 41.18%
G = 43.53%
B = 15.29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.65

 K value IS 0.71

RGB Variations

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

Color information

#464A1A (or 0x464A1A) is known color: Verdun Green. HEX triplet: 46, 4A and 1A. RGB value is (70,74,26). Sum of RGB (Red+Green+Blue) = 70+74+26=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 74 (29.30% from 255 or 43.53% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 74 - color contains mainly: green. Hex color #464A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464A1A is #B9B5E5. Grayscale: #434343. Windows color (decimal): -12170726 or 1722950. OLE color: 1722950.

HSL color Cylindrical-coordinate representation of color #464A1A: hue angle of 65º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #464A1A is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 74 26 -
CMYK 0.05 0 0.65 0.71
HSL 65º 0.48% 0.2% -
HSV(B) 65º 0.65% 0.29% -
XYZ 5.16 6.27 1.92 -
YUV 67.33 104.67 129.9 -
System Red Green Blue C M Y K H S L
Decimal 70 74 26 0.05 0 0.65 0.71 65 0.48 0.2
Hex 46 4A 1A 5 0 41 47 41 30 14
Octal 106 112 32 5 0 101 107 101 60 24
Binary 1000110 1001010 11010 101 0 1000001 1000111 1000001 110000 10100

Color Harmonies of #464A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464A1A

Black with #464A1A

Text Example


Text Example

White with #464A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,74,26); }

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

background-color css

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

 a { background-color: rgb(70,74,26); }

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

border-color css

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

 span { border-color: rgb(70,74,26); }

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