#43450E

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

Shades of Verdun Green #43450E

Tints of Verdun Green #43450E

Color information

#43450E (or 0x43450E) is unknown color: approx Verdun Green. HEX triplet: 43, 45 and 0E. RGB value is (67,69,14). Sum of RGB (Red+Green+Blue) = 67+69+14=150 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.67% from 150); Green value is 69 (27.34% from 255 or 46% from 150); Blue value is 14 (5.86% from 255 or 9.33% from 150); Max value from RGB is 69 - color contains mainly: green. Hex color #43450E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43450E is #BCBAF1. Grayscale: #3E3E3E. Windows color (decimal): -12368626 or 935235. OLE color: 935235.

HSL color Cylindrical-coordinate representation of color #43450E: hue angle of 62.18º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #43450E is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.73.

Color convert

RGB676914-
CMYK0.0300.800.73
HSL62.18º66.27%16.27%-
HSV(B)62.18º79.71%27.06%-
XYZ4.525.481.24-
YUV62.13100.84131.47-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.67%
GREEN value IS 69 (27.34% from 255) = 46%
BLUE value IS 14 (5.86% from 255) = 9.33%
R=44.67%
G=46%
B=9.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6769140.0300.800.7362.1866.2716.27
Hex4345E3050493e4210
Octal10310516301201117610220
Binary10000111000101111011010100001001001111110100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43450E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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