Html Css Color HEX #46501A Verdun Green

📋 copy color: '#46501A'

red 70 ◦ green 80 ◦ blue 26

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

Shades of Verdun Green #46501A

Tints of Verdun Green #46501A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 45.45%

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

R = 39.77%
G = 45.45%
B = 14.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#46501A (or 0x46501A) is known color: Verdun Green. HEX triplet: 46, 50 and 1A. RGB value is (70,80,26). Sum of RGB (Red+Green+Blue) = 70+80+26=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 80 - color contains mainly: green. Hex color #46501A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46501A is #B9AFE5. Grayscale: #474747. Windows color (decimal): -12169190 or 1724486. OLE color: 1724486.

HSL color Cylindrical-coordinate representation of color #46501A: hue angle of 71.11º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46501A is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 80 26 -
CMYK 0.12 0 0.67 0.69
HSL 71.11º 0.51% 0.21% -
HSV(B) 71.11º 0.68% 0.31% -
XYZ 5.58 7.11 2.06 -
YUV 70.85 102.69 127.39 -
System Red Green Blue C M Y K H S L
Decimal 70 80 26 0.12 0 0.67 0.69 71.11 0.51 0.21
Hex 46 50 1A C 0 43 45 47 33 15
Octal 106 120 32 14 0 103 105 107 63 25
Binary 1000110 1010000 11010 1100 0 1000011 1000101 1000111 110011 10101

Color Harmonies of #46501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46501A

Black with #46501A

Text Example


Text Example

White with #46501A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46501A; }

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

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

background-color css

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

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

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

border-color css

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

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

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