#43550E

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

Shades of Verdun Green #43550E

Tints of Verdun Green #43550E

Color information

#43550E (or 0x43550E) is unknown color: approx Verdun Green. HEX triplet: 43, 55 and 0E. RGB value is (67,85,14). Sum of RGB (Red+Green+Blue) = 67+85+14=166 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.36% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 14 (5.86% from 255 or 8.43% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #43550E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #43550E is #BCAAF1. Grayscale: #474747. Windows color (decimal): -12364530 or 939331. OLE color: 939331.

HSL color Cylindrical-coordinate representation of color #43550E: hue angle of 75.21º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #43550E is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB678514-
CMYK0.2100.840.67
HSL75.21º71.72%19.41%-
HSV(B)75.21º83.53%33.33%-
XYZ5.647.721.61-
YUV71.5295.54124.77-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 40.36%
GREEN value IS 85 (33.59% from 255) = 51.20%
BLUE value IS 14 (5.86% from 255) = 8.43%
R=40.36%
G=51.20%
B=8.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6785140.2100.840.6775.2171.7219.41
Hex4355E15054434b4813
Octal1031251625012410311311023
Binary100001110101011110101010101010010000111001011100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43550E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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