#434515

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

Shades of Verdun Green #434515

Tints of Verdun Green #434515

Color information

#434515 (or 0x434515) is unknown color: approx Verdun Green. HEX triplet: 43, 45 and 15. RGB value is (67,69,21). Sum of RGB (Red+Green+Blue) = 67+69+21=157 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.68% from 157); Green value is 69 (27.34% from 255 or 43.95% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 69 - color contains mainly: green. Hex color #434515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434515 is #BCBAEA. Grayscale: #3F3F3F. Windows color (decimal): -12368619 or 1393987. OLE color: 1393987.

HSL color Cylindrical-coordinate representation of color #434515: hue angle of 62.5º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #434515 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB676921-
CMYK0.0300.700.73
HSL62.5º53.33%17.65%-
HSV(B)62.5º69.57%27.06%-
XYZ4.585.51.53-
YUV62.93104.34130.9-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 42.68%
GREEN value IS 69 (27.34% from 255) = 43.95%
BLUE value IS 21 (8.59% from 255) = 13.38%
R=42.68%
G=43.95%
B=13.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6769210.0300.700.7362.553.3317.65
Hex4345153046493e3512
Octal1031052530106111766522
Binary10000111000101101011101000110100100111111011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434515; }

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

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

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

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

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

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

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

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