#43480D

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

Shades of Verdun Green #43480D

Tints of Verdun Green #43480D

Color information

#43480D (or 0x43480D) is unknown color: approx Verdun Green. HEX triplet: 43, 48 and 0D. RGB value is (67,72,13). Sum of RGB (Red+Green+Blue) = 67+72+13=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 72 (28.52% from 255 or 47.37% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 72 - color contains mainly: green. Hex color #43480D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43480D is #BCB7F2. Grayscale: #404040. Windows color (decimal): -12367859 or 870467. OLE color: 870467.

HSL color Cylindrical-coordinate representation of color #43480D: hue angle of 65.08º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #43480D is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB677213-
CMYK0.0700.820.72
HSL65.08º69.41%16.67%-
HSV(B)65.08º81.94%28.24%-
XYZ4.75.861.26-
YUV63.7899.34130.3-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.08%
GREEN value IS 72 (28.52% from 255) = 47.37%
BLUE value IS 13 (5.47% from 255) = 8.55%
R=44.08%
G=47.37%
B=8.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6772130.0700.820.7265.0869.4116.67
Hex4348D705248414511
Octal103110157012211010110521
Binary1000011100100011011110101001010010001000001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43480D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43480D; }

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

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

<style>
 a { background-color: #43480D; }

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

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

<style>
 span { border-color: #43480D; }

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

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