#434F1F

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

Shades of Verdun Green #434F1F

Tints of Verdun Green #434F1F

Color information

#434F1F (or 0x434F1F) is unknown color: approx Verdun Green. HEX triplet: 43, 4F and 1F. RGB value is (67,79,31). Sum of RGB (Red+Green+Blue) = 67+79+31=177 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.85% from 177); Green value is 79 (31.25% from 255 or 44.63% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 79 - color contains mainly: green. Hex color #434F1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434F1F is #BCB0E0. Grayscale: #464646. Windows color (decimal): -12366049 or 2051907. OLE color: 2051907.

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

Color convert

RGB677931-
CMYK0.1500.610.69
HSL75º43.64%21.57%-
HSV(B)75º60.76%30.98%-
XYZ5.366.882.34-
YUV69.94106.02125.9-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 37.85%
GREEN value IS 79 (31.25% from 255) = 44.63%
BLUE value IS 31 (12.5% from 255) = 17.51%
R=37.85%
G=44.63%
B=17.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6779310.1500.610.697543.6421.57
Hex434F1FF03D454b2c16
Octal10311737170751051135426
Binary1000011100111111111111101111011000101100101110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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