#434F1D

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

Shades of Verdun Green #434F1D

Tints of Verdun Green #434F1D

Color information

#434F1D (or 0x434F1D) is unknown color: approx Verdun Green. HEX triplet: 43, 4F and 1D. RGB value is (67,79,29). Sum of RGB (Red+Green+Blue) = 67+79+29=175 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.29% from 175); Green value is 79 (31.25% from 255 or 45.14% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 79 - color contains mainly: green. Hex color #434F1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434F1D is #BCB0E2. Grayscale: #454545. Windows color (decimal): -12366051 or 1920835. OLE color: 1920835.

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

Color convert

RGB677929-
CMYK0.1500.630.69
HSL74.4º46.3%21.18%-
HSV(B)74.4º63.29%30.98%-
XYZ5.336.872.21-
YUV69.71105.02126.07-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 38.29%
GREEN value IS 79 (31.25% from 255) = 45.14%
BLUE value IS 29 (11.72% from 255) = 16.57%
R=38.29%
G=45.14%
B=16.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6779290.1500.630.6974.446.321.18
Hex434F1DF03F454a2e15
Octal10311735170771051125625
Binary1000011100111111101111101111111000101100101010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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