Html Css Color HEX #46450A Verdun Green

📋 copy color: '#46450A'

red 70 ◦ green 69 ◦ blue 10

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

Shades of Verdun Green #46450A

Tints of Verdun Green #46450A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 46.31%

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

R = 46.98%
G = 46.31%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.73

RGB Variations

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

Color information

#46450A (or 0x46450A) is known color: Verdun Green. HEX triplet: 46, 45 and 0A. RGB value is (70,69,10). Sum of RGB (Red+Green+Blue) = 70+69+10=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 69 (27.34% from 255 or 46.31% from 149); Blue value is 10 (4.30% from 255 or 6.71% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #46450A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46450A is #B9BAF5. Grayscale: #3E3E3E. Windows color (decimal): -12172022 or 673094. OLE color: 673094.

HSL color Cylindrical-coordinate representation of color #46450A: hue angle of 59º 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 #46450A is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 69 10 -
CMYK 0 0.01 0.86 0.73
HSL 59º 0.75% 0.16% -
HSV(B) 59º 0.86% 0.27% -
XYZ 4.71 5.58 1.12 -
YUV 62.57 98.33 133.3 -
System Red Green Blue C M Y K H S L
Decimal 70 69 10 0 0.01 0.86 0.73 59 0.75 0.16
Hex 46 45 A 0 1 56 49 3B 4B 10
Octal 106 105 12 0 1 126 111 73 113 20
Binary 1000110 1000101 1010 0 1 1010110 1001001 111011 1001011 10000

Color Harmonies of #46450A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46450A

Black with #46450A

Text Example


Text Example

White with #46450A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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