Html Css Color HEX #46440A Verdun Green

📋 copy color: '#46440A'

red 70 ◦ green 68 ◦ blue 10

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

Shades of Verdun Green #46440A

Tints of Verdun Green #46440A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.76%

R = 47.3%
G = 45.95%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.73

RGB Variations

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

Color information

#46440A (or 0x46440A) is known color: Verdun Green. HEX triplet: 46, 44 and 0A. RGB value is (70,68,10). Sum of RGB (Red+Green+Blue) = 70+68+10=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 68 (26.95% from 255 or 45.95% from 148); Blue value is 10 (4.30% from 255 or 6.76% from 148); Max value from RGB is 70 - color contains mainly: red. Hex color #46440A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46440A is #B9BBF5. Grayscale: #3E3E3E. Windows color (decimal): -12172278 or 672838. OLE color: 672838.

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

Color convert

RGB 70 68 10 -
CMYK 0 0.03 0.86 0.73
HSL 58º 0.75% 0.16% -
HSV(B) 58º 0.86% 0.27% -
XYZ 4.65 5.46 1.1 -
YUV 61.99 98.66 133.72 -
System Red Green Blue C M Y K H S L
Decimal 70 68 10 0 0.03 0.86 0.73 58 0.75 0.16
Hex 46 44 A 0 3 56 49 3A 4B 10
Octal 106 104 12 0 3 126 111 72 113 20
Binary 1000110 1000100 1010 0 11 1010110 1001001 111010 1001011 10000

Color Harmonies of #46440A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46440A

Black with #46440A

Text Example


Text Example

White with #46440A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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