#434F1C

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

Shades of Verdun Green #434F1C

Tints of Verdun Green #434F1C

Color information

#434F1C (or 0x434F1C) is unknown color: approx Verdun Green. HEX triplet: 43, 4F and 1C. RGB value is (67,79,28). Sum of RGB (Red+Green+Blue) = 67+79+28=174 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.51% from 174); Green value is 79 (31.25% from 255 or 45.40% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 79 - color contains mainly: green. Hex color #434F1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434F1C is #BCB0E3. Grayscale: #454545. Windows color (decimal): -12366052 or 1855299. OLE color: 1855299.

HSL color Cylindrical-coordinate representation of color #434F1C: hue angle of 74.12º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #434F1C is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB677928-
CMYK0.1500.650.69
HSL74.12º47.66%20.98%-
HSV(B)74.12º64.56%30.98%-
XYZ5.326.872.14-
YUV69.6104.52126.15-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 38.51%
GREEN value IS 79 (31.25% from 255) = 45.40%
BLUE value IS 28 (11.33% from 255) = 16.09%
R=38.51%
G=45.40%
B=16.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6779280.1500.650.6974.1247.6620.98
Hex434F1CF041454a3015
Octal103117341701011051126025
Binary10000111001111111001111010000011000101100101011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434F1C; }

 p { color: rgb(67,79,28); }

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

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

 a { background-color: rgb(67,79,28); }

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

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

 span { border-color: rgb(67,79,28); }

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