#41430D

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

Shades of Verdun Green #41430D

Tints of Verdun Green #41430D

Color information

#41430D (or 0x41430D) is unknown color: approx Verdun Green. HEX triplet: 41, 43 and 0D. RGB value is (65,67,13). Sum of RGB (Red+Green+Blue) = 65+67+13=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 13 (5.47% from 255 or 8.97% from 145); Max value from RGB is 67 - color contains mainly: green. Hex color #41430D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41430D is #BEBCF2. Grayscale: #3C3C3C. Windows color (decimal): -12500211 or 869185. OLE color: 869185.

HSL color Cylindrical-coordinate representation of color #41430D: hue angle of 62.22º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #41430D is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.74.

Color convert

RGB656713-
CMYK0.0300.810.74
HSL62.22º67.5%15.69%-
HSV(B)62.22º80.6%26.27%-
XYZ4.265.171.15-
YUV60.25101.34131.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.83%
GREEN value IS 67 (26.56% from 255) = 46.21%
BLUE value IS 13 (5.47% from 255) = 8.97%
R=44.83%
G=46.21%
B=8.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6567130.0300.810.7462.2267.515.69
Hex4143D30514A3e4410
Octal10110315301211127610420
Binary10000011000011110111010100011001010111110100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41430D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,67,13); }

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

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

 a { background-color: rgb(65,67,13); }

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

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

 span { border-color: rgb(65,67,13); }

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