#41690C

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

Shades of Verdun Green #41690C

Tints of Verdun Green #41690C

Color information

#41690C (or 0x41690C) is unknown color: approx Verdun Green. HEX triplet: 41, 69 and 0C. RGB value is (65,105,12). Sum of RGB (Red+Green+Blue) = 65+105+12=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 105 (41.41% from 255 or 57.69% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 105 - color contains mainly: green. Hex color #41690C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41690C is #BE96F3. Grayscale: #525252. Windows color (decimal): -12490484 or 813377. OLE color: 813377.

HSL color Cylindrical-coordinate representation of color #41690C: hue angle of 85.81º 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 #41690C is Cyan = 0.38, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB6510512-
CMYK0.3800.890.59
HSL85.81º79.49%22.94%-
HSV(B)85.81º88.57%41.18%-
XYZ7.311.252.14-
YUV82.4488.25115.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.71%
GREEN value IS 105 (41.41% from 255) = 57.69%
BLUE value IS 12 (5.08% from 255) = 6.59%
R=35.71%
G=57.69%
B=6.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65105120.3800.890.5985.8179.4922.94
Hex4169C260593B564f17
Octal101151144601317312611727
Binary100000111010011100100110010110011110111010110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41690C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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