Html Css Color HEX #46501B Verdun Green

📋 copy color: '#46501B'

red 70 ◦ green 80 ◦ blue 27

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

Shades of Verdun Green #46501B

Tints of Verdun Green #46501B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.25%

R = 39.55%
G = 45.2%
B = 15.25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#46501B (or 0x46501B) is known color: Verdun Green. HEX triplet: 46, 50 and 1B. RGB value is (70,80,27). Sum of RGB (Red+Green+Blue) = 70+80+27=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 80 - color contains mainly: green. Hex color #46501B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46501B is #B9AFE4. Grayscale: #474747. Windows color (decimal): -12169189 or 1790022. OLE color: 1790022.

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

Color convert

RGB 70 80 27 -
CMYK 0.12 0 0.66 0.69
HSL 71.32º 0.5% 0.21% -
HSV(B) 71.32º 0.66% 0.31% -
XYZ 5.59 7.12 2.12 -
YUV 70.97 103.19 127.31 -
System Red Green Blue C M Y K H S L
Decimal 70 80 27 0.12 0 0.66 0.69 71.32 0.5 0.21
Hex 46 50 1B C 0 42 45 47 32 15
Octal 106 120 33 14 0 102 105 107 62 25
Binary 1000110 1010000 11011 1100 0 1000010 1000101 1000111 110010 10101

Color Harmonies of #46501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46501B

Black with #46501B

Text Example


Text Example

White with #46501B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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