Html Css Color HEX #46541B Verdun Green

📋 copy color: '#46541B'

red 70 ◦ green 84 ◦ blue 27

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

Shades of Verdun Green #46541B

Tints of Verdun Green #46541B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 46.41%

 BLUE value IS 27 (10.94% from 255) = 14.92%

R = 38.67%
G = 46.41%
B = 14.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#46541B (or 0x46541B) is known color: Verdun Green. HEX triplet: 46, 54 and 1B. RGB value is (70,84,27). Sum of RGB (Red+Green+Blue) = 70+84+27=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 84 (33.20% from 255 or 46.41% from 181); Blue value is 27 (10.94% from 255 or 14.92% from 181); Max value from RGB is 84 - color contains mainly: green. Hex color #46541B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46541B is #B9ABE4. Grayscale: #494949. Windows color (decimal): -12168165 or 1791046. OLE color: 1791046.

HSL color Cylindrical-coordinate representation of color #46541B: hue angle of 74.74º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46541B is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 84 27 -
CMYK 0.17 0 0.68 0.67
HSL 74.74º 0.51% 0.22% -
HSV(B) 74.74º 0.68% 0.33% -
XYZ 5.89 7.72 2.22 -
YUV 73.32 101.86 125.63 -
System Red Green Blue C M Y K H S L
Decimal 70 84 27 0.17 0 0.68 0.67 74.74 0.51 0.22
Hex 46 54 1B 11 0 44 43 4B 33 16
Octal 106 124 33 21 0 104 103 113 63 26
Binary 1000110 1010100 11011 10001 0 1000100 1000011 1001011 110011 10110

Color Harmonies of #46541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46541B

Black with #46541B

Text Example


Text Example

White with #46541B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,84,27); }

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

background-color css

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

 a { background-color: rgb(70,84,27); }

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

border-color css

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

 span { border-color: rgb(70,84,27); }

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