Html Css Color HEX #46550D Verdun Green

📋 copy color: '#46550D'

red 70 ◦ green 85 ◦ blue 13

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

Shades of Verdun Green #46550D

Tints of Verdun Green #46550D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 50.6%

 BLUE value IS 13 (5.47% from 255) = 7.74%

R = 41.67%
G = 50.6%
B = 7.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#46550D (or 0x46550D) is known color: Verdun Green. HEX triplet: 46, 55 and 0D. RGB value is (70,85,13). Sum of RGB (Red+Green+Blue) = 70+85+13=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 85 (33.59% from 255 or 50.60% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 85 - color contains mainly: green. Hex color #46550D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46550D is #B9AAF2. Grayscale: #484848. Windows color (decimal): -12167923 or 873798. OLE color: 873798.

HSL color Cylindrical-coordinate representation of color #46550D: hue angle of 72.5º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #46550D is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 85 13 -
CMYK 0.18 0 0.85 0.67
HSL 72.5º 0.73% 0.19% -
HSV(B) 72.5º 0.85% 0.33% -
XYZ 5.85 7.83 1.58 -
YUV 72.31 94.53 126.35 -
System Red Green Blue C M Y K H S L
Decimal 70 85 13 0.18 0 0.85 0.67 72.5 0.73 0.19
Hex 46 55 D 12 0 55 43 48 49 13
Octal 106 125 15 22 0 125 103 110 111 23
Binary 1000110 1010101 1101 10010 0 1010101 1000011 1001000 1001001 10011

Color Harmonies of #46550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46550D

Black with #46550D

Text Example


Text Example

White with #46550D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46550D; }

 p { color: rgb(70,85,13); }

 H1.HeaderClassName
 {
   color: #46550D;
 }
 .AnyTagClassName
 {
   color: #46550D;
 }
</style>

background-color css

<style>
 a { background-color: #46550D; }

 a { background-color: rgb(70,85,13); }

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

border-color css

<style>
 span { border-color: #46550D; }

 span { border-color: rgb(70,85,13); }

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