Html Css Color HEX #46450B Verdun Green

📋 copy color: '#46450B'

red 70 ◦ green 69 ◦ blue 11

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

Shades of Verdun Green #46450B

Tints of Verdun Green #46450B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.33%

R = 46.67%
G = 46%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.73

RGB Variations

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

Color information

#46450B (or 0x46450B) is known color: Verdun Green. HEX triplet: 46, 45 and 0B. RGB value is (70,69,11). Sum of RGB (Red+Green+Blue) = 70+69+11=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 69 (27.34% from 255 or 46% from 150); Blue value is 11 (4.69% from 255 or 7.33% from 150); Max value from RGB is 70 - color contains mainly: red. Hex color #46450B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46450B is #B9BAF4. Grayscale: #3E3E3E. Windows color (decimal): -12172021 or 738630. OLE color: 738630.

HSL color Cylindrical-coordinate representation of color #46450B: hue angle of 58.98º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #46450B is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 69 11 -
CMYK 0 0.01 0.84 0.73
HSL 58.98º 0.73% 0.16% -
HSV(B) 58.98º 0.84% 0.27% -
XYZ 4.71 5.58 1.15 -
YUV 62.69 98.83 133.22 -
System Red Green Blue C M Y K H S L
Decimal 70 69 11 0 0.01 0.84 0.73 58.98 0.73 0.16
Hex 46 45 B 0 1 54 49 3B 49 10
Octal 106 105 13 0 1 124 111 73 111 20
Binary 1000110 1000101 1011 0 1 1010100 1001001 111011 1001001 10000

Color Harmonies of #46450B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46450B

Black with #46450B

Text Example


Text Example

White with #46450B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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