Html Css Color HEX #46501C Verdun Green

📋 copy color: '#46501C'

red 70 ◦ green 80 ◦ blue 28

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

Shades of Verdun Green #46501C

Tints of Verdun Green #46501C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.73%

R = 39.33%
G = 44.94%
B = 15.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#46501C (or 0x46501C) is known color: Verdun Green. HEX triplet: 46, 50 and 1C. RGB value is (70,80,28). Sum of RGB (Red+Green+Blue) = 70+80+28=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 80 - color contains mainly: green. Hex color #46501C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46501C is #B9AFE3. Grayscale: #474747. Windows color (decimal): -12169188 or 1855558. OLE color: 1855558.

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

Color convert

RGB 70 80 28 -
CMYK 0.12 0 0.65 0.69
HSL 71.54º 0.48% 0.21% -
HSV(B) 71.54º 0.65% 0.31% -
XYZ 5.6 7.12 2.18 -
YUV 71.08 103.69 127.23 -
System Red Green Blue C M Y K H S L
Decimal 70 80 28 0.12 0 0.65 0.69 71.54 0.48 0.21
Hex 46 50 1C C 0 41 45 48 30 15
Octal 106 120 34 14 0 101 105 110 60 25
Binary 1000110 1010000 11100 1100 0 1000001 1000101 1001000 110000 10101

Color Harmonies of #46501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46501C

Black with #46501C

Text Example


Text Example

White with #46501C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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