Html Css Color HEX #46470D Verdun Green

📋 copy color: '#46470D'

red 70 ◦ green 71 ◦ blue 13

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

Shades of Verdun Green #46470D

Tints of Verdun Green #46470D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 46.1%

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

R = 45.45%
G = 46.1%
B = 8.44%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#46470D (or 0x46470D) is known color: Verdun Green. HEX triplet: 46, 47 and 0D. RGB value is (70,71,13). Sum of RGB (Red+Green+Blue) = 70+71+13=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 71 - color contains mainly: green. Hex color #46470D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46470D is #B9B8F2. Grayscale: #404040. Windows color (decimal): -12171507 or 870214. OLE color: 870214.

HSL color Cylindrical-coordinate representation of color #46470D: hue angle of 61.03º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #46470D is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 70 71 13 -
CMYK 0.01 0 0.82 0.72
HSL 61.03º 0.69% 0.16% -
HSV(B) 61.03º 0.82% 0.28% -
XYZ 4.85 5.84 1.25 -
YUV 64.09 99.17 132.22 -
System Red Green Blue C M Y K H S L
Decimal 70 71 13 0.01 0 0.82 0.72 61.03 0.69 0.16
Hex 46 47 D 1 0 52 48 3D 45 10
Octal 106 107 15 1 0 122 110 75 105 20
Binary 1000110 1000111 1101 1 0 1010010 1001000 111101 1000101 10000

Color Harmonies of #46470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46470D

Black with #46470D

Text Example


Text Example

White with #46470D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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