#43580E

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

Shades of Verdun Green #43580E

Tints of Verdun Green #43580E

Color information

#43580E (or 0x43580E) is unknown color: approx Verdun Green. HEX triplet: 43, 58 and 0E. RGB value is (67,88,14). Sum of RGB (Red+Green+Blue) = 67+88+14=169 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.64% from 169); Green value is 88 (34.77% from 255 or 52.07% from 169); Blue value is 14 (5.86% from 255 or 8.28% from 169); Max value from RGB is 88 - color contains mainly: green. Hex color #43580E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #43580E is #BCA7F1. Grayscale: #494949. Windows color (decimal): -12363762 or 940099. OLE color: 940099.

HSL color Cylindrical-coordinate representation of color #43580E: hue angle of 77.03º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #43580E is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB678814-
CMYK0.2400.840.65
HSL77.03º72.55%20%-
HSV(B)77.03º84.09%34.51%-
XYZ5.888.21.69-
YUV73.2894.54123.52-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 39.64%
GREEN value IS 88 (34.77% from 255) = 52.07%
BLUE value IS 14 (5.86% from 255) = 8.28%
R=39.64%
G=52.07%
B=8.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6788140.2400.840.6577.0372.5520
Hex4358E18054414d4914
Octal1031301630012410111511124
Binary100001110110001110110000101010010000011001101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43580E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43580E; }

 p { color: rgb(67,88,14); }

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

<style>
 a { background-color: #43580E; }

 a { background-color: rgb(67,88,14); }

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

<style>
 span { border-color: #43580E; }

 span { border-color: rgb(67,88,14); }

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