Html Css Color HEX #46561B Verdun Green

📋 copy color: '#46561B'

red 70 ◦ green 86 ◦ blue 27

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

Shades of Verdun Green #46561B

Tints of Verdun Green #46561B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 46.99%

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

R = 38.25%
G = 46.99%
B = 14.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.66

RGB Variations

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

Color information

#46561B (or 0x46561B) is known color: Verdun Green. HEX triplet: 46, 56 and 1B. RGB value is (70,86,27). Sum of RGB (Red+Green+Blue) = 70+86+27=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 86 (33.98% from 255 or 46.99% from 183); Blue value is 27 (10.94% from 255 or 14.75% from 183); Max value from RGB is 86 - color contains mainly: green. Hex color #46561B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46561B is #B9A9E4. Grayscale: #4A4A4A. Windows color (decimal): -12167653 or 1791558. OLE color: 1791558.

HSL color Cylindrical-coordinate representation of color #46561B: hue angle of 76.27º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46561B is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.66.

Color convert

RGB 70 86 27 -
CMYK 0.19 0 0.69 0.66
HSL 76.27º 0.52% 0.22% -
HSV(B) 76.27º 0.69% 0.34% -
XYZ 6.05 8.04 2.27 -
YUV 74.49 101.2 124.8 -
System Red Green Blue C M Y K H S L
Decimal 70 86 27 0.19 0 0.69 0.66 76.27 0.52 0.22
Hex 46 56 1B 13 0 45 42 4C 34 16
Octal 106 126 33 23 0 105 102 114 64 26
Binary 1000110 1010110 11011 10011 0 1000101 1000010 1001100 110100 10110

Color Harmonies of #46561B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46561B

Black with #46561B

Text Example


Text Example

White with #46561B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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