#43481A

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

Shades of Verdun Green #43481A

Tints of Verdun Green #43481A

Color information

#43481A (or 0x43481A) is unknown color: approx Verdun Green. HEX triplet: 43, 48 and 1A. RGB value is (67,72,26). Sum of RGB (Red+Green+Blue) = 67+72+26=165 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.61% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 72 - color contains mainly: green. Hex color #43481A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43481A is #BCB7E5. Grayscale: #414141. Windows color (decimal): -12367846 or 1722435. OLE color: 1722435.

HSL color Cylindrical-coordinate representation of color #43481A: hue angle of 66.52º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #43481A is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB677226-
CMYK0.0700.640.72
HSL66.52º46.94%19.22%-
HSV(B)66.52º63.89%28.24%-
XYZ4.825.91.86-
YUV65.26105.84129.24-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 40.61%
GREEN value IS 72 (28.52% from 255) = 43.64%
BLUE value IS 26 (10.55% from 255) = 15.76%
R=40.61%
G=43.64%
B=15.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6772260.0700.640.7266.5246.9419.22
Hex43481A704048432f13
Octal10311032701001101035723
Binary1000011100100011010111010000001001000100001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43481A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43481A; }

 p { color: rgb(67,72,26); }

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

<style>
 a { background-color: #43481A; }

 a { background-color: rgb(67,72,26); }

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

<style>
 span { border-color: #43481A; }

 span { border-color: rgb(67,72,26); }

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