#41530B

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

Shades of Verdun Green #41530B

Tints of Verdun Green #41530B

Color information

#41530B (or 0x41530B) is unknown color: approx Verdun Green. HEX triplet: 41, 53 and 0B. RGB value is (65,83,11). Sum of RGB (Red+Green+Blue) = 65+83+11=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 83 (32.81% from 255 or 52.20% from 159); Blue value is 11 (4.69% from 255 or 6.92% from 159); Max value from RGB is 83 - color contains mainly: green. Hex color #41530B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41530B is #BEACF4. Grayscale: #454545. Windows color (decimal): -12496117 or 742209. OLE color: 742209.

HSL color Cylindrical-coordinate representation of color #41530B: hue angle of 75º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #41530B is Cyan = 0.22, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB658311-
CMYK0.2200.870.67
HSL75º76.6%18.43%-
HSV(B)75º86.75%32.55%-
XYZ5.337.331.45-
YUV69.4195.04124.85-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.88%
GREEN value IS 83 (32.81% from 255) = 52.20%
BLUE value IS 11 (4.69% from 255) = 6.92%
R=40.88%
G=52.20%
B=6.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6583110.2200.870.677576.618.43
Hex4153B16057434b4d12
Octal1011231326012710311311522
Binary100000110100111011101100101011110000111001011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41530B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41530B; }

 p { color: rgb(65,83,11); }

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

<style>
 a { background-color: #41530B; }

 a { background-color: rgb(65,83,11); }

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

<style>
 span { border-color: #41530B; }

 span { border-color: rgb(65,83,11); }

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