#41430F

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

Shades of Verdun Green #41430F

Tints of Verdun Green #41430F

Color information

#41430F (or 0x41430F) is unknown color: approx Verdun Green. HEX triplet: 41, 43 and 0F. RGB value is (65,67,15). Sum of RGB (Red+Green+Blue) = 65+67+15=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 67 (26.56% from 255 or 45.58% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 67 - color contains mainly: green. Hex color #41430F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41430F is #BEBCF0. Grayscale: #3C3C3C. Windows color (decimal): -12500209 or 1000257. OLE color: 1000257.

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

Color convert

RGB656715-
CMYK0.0300.780.74
HSL62.31º63.41%16.08%-
HSV(B)62.31º77.61%26.27%-
XYZ4.275.171.23-
YUV60.47102.34131.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.22%
GREEN value IS 67 (26.56% from 255) = 45.58%
BLUE value IS 15 (6.25% from 255) = 10.20%
R=44.22%
G=45.58%
B=10.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6567150.0300.780.7462.3163.4116.08
Hex4143F304E4A3e3f10
Octal1011031730116112767720
Binary1000001100001111111101001110100101011111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41430F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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