Html Css Color HEX #46531B Verdun Green

📋 copy color: '#46531B'

red 70 ◦ green 83 ◦ blue 27

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

Shades of Verdun Green #46531B

Tints of Verdun Green #46531B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 46.11%

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

R = 38.89%
G = 46.11%
B = 15%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#46531B (or 0x46531B) is known color: Verdun Green. HEX triplet: 46, 53 and 1B. RGB value is (70,83,27). Sum of RGB (Red+Green+Blue) = 70+83+27=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 83 - color contains mainly: green. Hex color #46531B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46531B is #B9ACE4. Grayscale: #484848. Windows color (decimal): -12168421 or 1790790. OLE color: 1790790.

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

Color convert

RGB 70 83 27 -
CMYK 0.16 0 0.67 0.67
HSL 73.93º 0.51% 0.22% -
HSV(B) 73.93º 0.67% 0.33% -
XYZ 5.82 7.57 2.19 -
YUV 72.73 102.19 126.05 -
System Red Green Blue C M Y K H S L
Decimal 70 83 27 0.16 0 0.67 0.67 73.93 0.51 0.22
Hex 46 53 1B 10 0 43 43 4A 33 16
Octal 106 123 33 20 0 103 103 112 63 26
Binary 1000110 1010011 11011 10000 0 1000011 1000011 1001010 110011 10110

Color Harmonies of #46531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46531B

Black with #46531B

Text Example


Text Example

White with #46531B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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