Html Css Color HEX #46540C Verdun Green

📋 copy color: '#46540C'

red 70 ◦ green 84 ◦ blue 12

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

Shades of Verdun Green #46540C

Tints of Verdun Green #46540C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 50.6%

 BLUE value IS 12 (5.08% from 255) = 7.23%

R = 42.17%
G = 50.6%
B = 7.23%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#46540C (or 0x46540C) is known color: Verdun Green. HEX triplet: 46, 54 and 0C. RGB value is (70,84,12). Sum of RGB (Red+Green+Blue) = 70+84+12=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 84 (33.20% from 255 or 50.60% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 84 - color contains mainly: green. Hex color #46540C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46540C is #B9ABF3. Grayscale: #474747. Windows color (decimal): -12168180 or 808006. OLE color: 808006.

HSL color Cylindrical-coordinate representation of color #46540C: hue angle of 71.67º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #46540C is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 84 12 -
CMYK 0.17 0 0.86 0.67
HSL 71.67º 0.75% 0.19% -
HSV(B) 71.67º 0.86% 0.33% -
XYZ 5.76 7.67 1.52 -
YUV 71.61 94.36 126.85 -
System Red Green Blue C M Y K H S L
Decimal 70 84 12 0.17 0 0.86 0.67 71.67 0.75 0.19
Hex 46 54 C 11 0 56 43 48 4B 13
Octal 106 124 14 21 0 126 103 110 113 23
Binary 1000110 1010100 1100 10001 0 1010110 1000011 1001000 1001011 10011

Color Harmonies of #46540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46540C

Black with #46540C

Text Example


Text Example

White with #46540C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,84,12); }

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

background-color css

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

 a { background-color: rgb(70,84,12); }

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

border-color css

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

 span { border-color: rgb(70,84,12); }

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