Html Css Color HEX #46520C Verdun Green

📋 copy color: '#46520C'

red 70 ◦ green 82 ◦ blue 12

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

Shades of Verdun Green #46520C

Tints of Verdun Green #46520C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 50%

 BLUE value IS 12 (5.08% from 255) = 7.32%

R = 42.68%
G = 50%
B = 7.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.85

 K value IS 0.68

RGB Variations

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

Color information

#46520C (or 0x46520C) is known color: Verdun Green. HEX triplet: 46, 52 and 0C. RGB value is (70,82,12). Sum of RGB (Red+Green+Blue) = 70+82+12=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 82 (32.42% from 255 or 50% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 82 - color contains mainly: green. Hex color #46520C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46520C is #B9ADF3. Grayscale: #464646. Windows color (decimal): -12168692 or 807494. OLE color: 807494.

HSL color Cylindrical-coordinate representation of color #46520C: hue angle of 70.29º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #46520C is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 82 12 -
CMYK 0.15 0 0.85 0.68
HSL 70.29º 0.74% 0.18% -
HSV(B) 70.29º 0.85% 0.32% -
XYZ 5.61 7.36 1.47 -
YUV 70.43 95.02 127.69 -
System Red Green Blue C M Y K H S L
Decimal 70 82 12 0.15 0 0.85 0.68 70.29 0.74 0.18
Hex 46 52 C F 0 55 44 46 4A 12
Octal 106 122 14 17 0 125 104 106 112 22
Binary 1000110 1010010 1100 1111 0 1010101 1000100 1000110 1001010 10010

Color Harmonies of #46520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46520C

Black with #46520C

Text Example


Text Example

White with #46520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46520C; }

 p { color: rgb(70,82,12); }

 H1.HeaderClassName
 {
   color: #46520C;
 }
 .AnyTagClassName
 {
   color: #46520C;
 }
</style>

background-color css

<style>
 a { background-color: #46520C; }

 a { background-color: rgb(70,82,12); }

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

border-color css

<style>
 span { border-color: #46520C; }

 span { border-color: rgb(70,82,12); }

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