#43501B

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

Shades of Verdun Green #43501B

Tints of Verdun Green #43501B

Color information

#43501B (or 0x43501B) is unknown color: approx Verdun Green. HEX triplet: 43, 50 and 1B. RGB value is (67,80,27). Sum of RGB (Red+Green+Blue) = 67+80+27=174 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.51% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 80 - color contains mainly: green. Hex color #43501B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43501B is #BCAFE4. Grayscale: #464646. Windows color (decimal): -12365797 or 1790019. OLE color: 1790019.

HSL color Cylindrical-coordinate representation of color #43501B: hue angle of 74.72º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43501B is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB678027-
CMYK0.1600.660.69
HSL74.72º49.53%20.98%-
HSV(B)74.72º66.25%31.37%-
XYZ5.387.012.11-
YUV70.07103.69125.81-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 38.51%
GREEN value IS 80 (31.64% from 255) = 45.98%
BLUE value IS 27 (10.94% from 255) = 15.52%
R=38.51%
G=45.98%
B=15.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6780270.1600.660.6974.7249.5320.98
Hex43501B10042454b3215
Octal103120332001021051136225
Binary100001110100001101110000010000101000101100101111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43501B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,80,27); }

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

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

 a { background-color: rgb(67,80,27); }

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

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

 span { border-color: rgb(67,80,27); }

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