Html Css Color HEX #46621A Verdun Green

📋 copy color: '#46621A'

red 70 ◦ green 98 ◦ blue 26

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

Shades of Verdun Green #46621A

Tints of Verdun Green #46621A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 50.52%

 BLUE value IS 26 (10.55% from 255) = 13.4%

R = 36.08%
G = 50.52%
B = 13.4%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#46621A (or 0x46621A) is known color: Verdun Green. HEX triplet: 46, 62 and 1A. RGB value is (70,98,26). Sum of RGB (Red+Green+Blue) = 70+98+26=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 98 (38.67% from 255 or 50.52% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 98 - color contains mainly: green. Hex color #46621A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46621A is #B99DE5. Grayscale: #515151. Windows color (decimal): -12164582 or 1729094. OLE color: 1729094.

HSL color Cylindrical-coordinate representation of color #46621A: hue angle of 83.33º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46621A is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 98 26 -
CMYK 0.29 0 0.73 0.62
HSL 83.33º 0.58% 0.24% -
HSV(B) 83.33º 0.73% 0.38% -
XYZ 7.08 10.11 2.56 -
YUV 81.42 96.72 119.85 -
System Red Green Blue C M Y K H S L
Decimal 70 98 26 0.29 0 0.73 0.62 83.33 0.58 0.24
Hex 46 62 1A 1D 0 49 3E 53 3A 18
Octal 106 142 32 35 0 111 76 123 72 30
Binary 1000110 1100010 11010 11101 0 1001001 111110 1010011 111010 11000

Color Harmonies of #46621A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46621A

Black with #46621A

Text Example


Text Example

White with #46621A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46621A; }

 p { color: rgb(70,98,26); }

 H1.HeaderClassName
 {
   color: #46621A;
 }
 .AnyTagClassName
 {
   color: #46621A;
 }
</style>

background-color css

<style>
 a { background-color: #46621A; }

 a { background-color: rgb(70,98,26); }

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

border-color css

<style>
 span { border-color: #46621A; }

 span { border-color: rgb(70,98,26); }

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