#43450F

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

Shades of Verdun Green #43450F

Tints of Verdun Green #43450F

Color information

#43450F (or 0x43450F) is unknown color: approx Verdun Green. HEX triplet: 43, 45 and 0F. RGB value is (67,69,15). Sum of RGB (Red+Green+Blue) = 67+69+15=151 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.37% from 151); Green value is 69 (27.34% from 255 or 45.70% from 151); Blue value is 15 (6.25% from 255 or 9.93% from 151); Max value from RGB is 69 - color contains mainly: green. Hex color #43450F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43450F is #BCBAF0. Grayscale: #3E3E3E. Windows color (decimal): -12368625 or 1000771. OLE color: 1000771.

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

Color convert

RGB676915-
CMYK0.0300.780.73
HSL62.22º64.29%16.47%-
HSV(B)62.22º78.26%27.06%-
XYZ4.535.481.27-
YUV62.25101.34131.39-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.37%
GREEN value IS 69 (27.34% from 255) = 45.70%
BLUE value IS 15 (6.25% from 255) = 9.93%
R=44.37%
G=45.70%
B=9.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6769150.0300.780.7362.2264.2916.47
Hex4345F304E493e4010
Octal10310517301161117610020
Binary10000111000101111111010011101001001111110100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43450F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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