Html Css Color HEX #46690C Verdun Green

📋 copy color: '#46690C'

red 70 ◦ green 105 ◦ blue 12

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

Shades of Verdun Green #46690C

Tints of Verdun Green #46690C

RGB

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

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

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

R = 37.43%
G = 56.15%
B = 6.42%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#46690C (or 0x46690C) is known color: Verdun Green. HEX triplet: 46, 69 and 0C. RGB value is (70,105,12). Sum of RGB (Red+Green+Blue) = 70+105+12=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 105 (41.41% from 255 or 56.15% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 105 - color contains mainly: green. Hex color #46690C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46690C is #B996F3. Grayscale: #545454. Windows color (decimal): -12162804 or 813382. OLE color: 813382.

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

Color convert

RGB 70 105 12 -
CMYK 0.33 0 0.89 0.59
HSL 82.58º 0.79% 0.23% -
HSV(B) 82.58º 0.89% 0.41% -
XYZ 7.64 11.43 2.15 -
YUV 83.93 87.4 118.06 -
System Red Green Blue C M Y K H S L
Decimal 70 105 12 0.33 0 0.89 0.59 82.58 0.79 0.23
Hex 46 69 C 21 0 59 3B 53 4F 17
Octal 106 151 14 41 0 131 73 123 117 27
Binary 1000110 1101001 1100 100001 0 1011001 111011 1010011 1001111 10111

Color Harmonies of #46690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46690C

Black with #46690C

Text Example


Text Example

White with #46690C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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