Html Css Color HEX #46440C Verdun Green

📋 copy color: '#46440C'

red 70 ◦ green 68 ◦ blue 12

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

Shades of Verdun Green #46440C

Tints of Verdun Green #46440C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 45.33%

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

R = 46.67%
G = 45.33%
B = 8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.73

RGB Variations

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

Color information

#46440C (or 0x46440C) is known color: Verdun Green. HEX triplet: 46, 44 and 0C. RGB value is (70,68,12). Sum of RGB (Red+Green+Blue) = 70+68+12=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 70 - color contains mainly: red. Hex color #46440C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46440C is #B9BBF3. Grayscale: #3E3E3E. Windows color (decimal): -12172276 or 803910. OLE color: 803910.

HSL color Cylindrical-coordinate representation of color #46440C: hue angle of 57.93º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #46440C is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 68 12 -
CMYK 0 0.03 0.83 0.73
HSL 57.93º 0.71% 0.16% -
HSV(B) 57.93º 0.83% 0.27% -
XYZ 4.66 5.46 1.16 -
YUV 62.21 99.66 133.55 -
System Red Green Blue C M Y K H S L
Decimal 70 68 12 0 0.03 0.83 0.73 57.93 0.71 0.16
Hex 46 44 C 0 3 53 49 3A 47 10
Octal 106 104 14 0 3 123 111 72 107 20
Binary 1000110 1000100 1100 0 11 1010011 1001001 111010 1000111 10000

Color Harmonies of #46440C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46440C

Black with #46440C

Text Example


Text Example

White with #46440C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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