#46690F

Color #46690F Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #46690F

Tints of Verdun Green #46690F

Color information

#46690F (or 0x46690F) is unknown color: approx Verdun Green. HEX triplet: 46, 69 and 0F. RGB value is (70,105,15). Sum of RGB (Red+Green+Blue) = 70+105+15=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 105 (41.41% from 255 or 55.26% from 190); Blue value is 15 (6.25% from 255 or 7.89% from 190); Max value from RGB is 105 - color contains mainly: green. Hex color #46690F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46690F is #B996F0. Grayscale: #545454. Windows color (decimal): -12162801 or 1009990. OLE color: 1009990.

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

Color convert

RGB7010515-
CMYK0.3300.860.59
HSL83.33º75%23.53%-
HSV(B)83.33º85.71%41.18%-
XYZ7.6611.442.26-
YUV84.2888.9117.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.84%
GREEN value IS 105 (41.41% from 255) = 55.26%
BLUE value IS 15 (6.25% from 255) = 7.89%
R=36.84%
G=55.26%
B=7.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70105150.3300.860.5983.337523.53
Hex4669F210563B534b18
Octal106151174101267312311330
Binary100011011010011111100001010101101110111010011100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46690F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #46690F;
 }
 .AnyTagClassName
 {
   color: #46690F;
 }
</style>
background-color css

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

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

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

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

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

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