Html Css Color HEX #46521C Verdun Green

📋 copy color: '#46521C'

red 70 ◦ green 82 ◦ blue 28

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

Shades of Verdun Green #46521C

Tints of Verdun Green #46521C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.56%

R = 38.89%
G = 45.56%
B = 15.56%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.66

 K value IS 0.68

RGB Variations

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

Color information

#46521C (or 0x46521C) is known color: Verdun Green. HEX triplet: 46, 52 and 1C. RGB value is (70,82,28). Sum of RGB (Red+Green+Blue) = 70+82+28=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 82 - color contains mainly: green. Hex color #46521C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46521C is #B9ADE3. Grayscale: #484848. Windows color (decimal): -12168676 or 1856070. OLE color: 1856070.

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

Color convert

RGB 70 82 28 -
CMYK 0.15 0 0.66 0.68
HSL 73.33º 0.49% 0.22% -
HSV(B) 73.33º 0.66% 0.32% -
XYZ 5.75 7.42 2.23 -
YUV 72.26 103.02 126.39 -
System Red Green Blue C M Y K H S L
Decimal 70 82 28 0.15 0 0.66 0.68 73.33 0.49 0.22
Hex 46 52 1C F 0 42 44 49 31 16
Octal 106 122 34 17 0 102 104 111 61 26
Binary 1000110 1010010 11100 1111 0 1000010 1000100 1001001 110001 10110

Color Harmonies of #46521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46521C

Black with #46521C

Text Example


Text Example

White with #46521C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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