#43530E

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

Shades of Verdun Green #43530E

Tints of Verdun Green #43530E

Color information

#43530E (or 0x43530E) is unknown color: approx Verdun Green. HEX triplet: 43, 53 and 0E. RGB value is (67,83,14). Sum of RGB (Red+Green+Blue) = 67+83+14=164 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.85% from 164); Green value is 83 (32.81% from 255 or 50.61% from 164); Blue value is 14 (5.86% from 255 or 8.54% from 164); Max value from RGB is 83 - color contains mainly: green. Hex color #43530E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #43530E is #BCACF1. Grayscale: #464646. Windows color (decimal): -12365042 or 938819. OLE color: 938819.

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

Color convert

RGB678314-
CMYK0.1900.830.67
HSL73.91º71.13%19.02%-
HSV(B)73.91º83.13%32.55%-
XYZ5.497.411.56-
YUV70.3596.2125.61-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 40.85%
GREEN value IS 83 (32.81% from 255) = 50.61%
BLUE value IS 14 (5.86% from 255) = 8.54%
R=40.85%
G=50.61%
B=8.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6783140.1900.830.6773.9171.1319.02
Hex4353E13053434a4713
Octal1031231623012310311210723
Binary100001110100111110100110101001110000111001010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43530E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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