#43500C

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

Shades of Verdun Green #43500C

Tints of Verdun Green #43500C

Color information

#43500C (or 0x43500C) is unknown color: approx Verdun Green. HEX triplet: 43, 50 and 0C. RGB value is (67,80,12). Sum of RGB (Red+Green+Blue) = 67+80+12=159 (21% of max value = 765). Red value is 67 (26.56% from 255 or 42.14% from 159); Green value is 80 (31.64% from 255 or 50.31% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 80 - color contains mainly: green. Hex color #43500C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #43500C is #BCAFF3. Grayscale: #444444. Windows color (decimal): -12365812 or 806979. OLE color: 806979.

HSL color Cylindrical-coordinate representation of color #43500C: hue angle of 71.47º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #43500C is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB678012-
CMYK0.1600.850.69
HSL71.47º73.91%18.04%-
HSV(B)71.47º85%31.37%-
XYZ5.256.961.41-
YUV68.3696.19127.03-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 42.14%
GREEN value IS 80 (31.64% from 255) = 50.31%
BLUE value IS 12 (5.08% from 255) = 7.55%
R=42.14%
G=50.31%
B=7.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6780120.1600.850.6971.4773.9118.04
Hex4350C1005545474a12
Octal1031201420012510510711222
Binary100001110100001100100000101010110001011000111100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43500C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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