Html Css Color HEX #46690D Verdun Green

📋 copy color: '#46690D'

red 70 ◦ green 105 ◦ blue 13

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

Shades of Verdun Green #46690D

Tints of Verdun Green #46690D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 55.85%

 BLUE value IS 13 (5.47% from 255) = 6.91%

R = 37.23%
G = 55.85%
B = 6.91%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#46690D (or 0x46690D) is known color: Verdun Green. HEX triplet: 46, 69 and 0D. RGB value is (70,105,13). Sum of RGB (Red+Green+Blue) = 70+105+13=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 105 (41.41% from 255 or 55.85% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 105 - color contains mainly: green. Hex color #46690D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46690D is #B996F2. Grayscale: #545454. Windows color (decimal): -12162803 or 878918. OLE color: 878918.

HSL color Cylindrical-coordinate representation of color #46690D: hue angle of 82.83º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #46690D is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 105 13 -
CMYK 0.33 0 0.88 0.59
HSL 82.83º 0.78% 0.23% -
HSV(B) 82.83º 0.88% 0.41% -
XYZ 7.65 11.43 2.18 -
YUV 84.05 87.9 117.98 -
System Red Green Blue C M Y K H S L
Decimal 70 105 13 0.33 0 0.88 0.59 82.83 0.78 0.23
Hex 46 69 D 21 0 58 3B 53 4E 17
Octal 106 151 15 41 0 130 73 123 116 27
Binary 1000110 1101001 1101 100001 0 1011000 111011 1010011 1001110 10111

Color Harmonies of #46690D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46690D

Black with #46690D

Text Example


Text Example

White with #46690D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46690D; }

 p { color: rgb(70,105,13); }

 H1.HeaderClassName
 {
   color: #46690D;
 }
 .AnyTagClassName
 {
   color: #46690D;
 }
</style>

background-color css

<style>
 a { background-color: #46690D; }

 a { background-color: rgb(70,105,13); }

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

border-color css

<style>
 span { border-color: #46690D; }

 span { border-color: rgb(70,105,13); }

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