#434B1F

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

Shades of Verdun Green #434B1F

Tints of Verdun Green #434B1F

Color information

#434B1F (or 0x434B1F) is unknown color: approx Verdun Green. HEX triplet: 43, 4B and 1F. RGB value is (67,75,31). Sum of RGB (Red+Green+Blue) = 67+75+31=173 (22% of max value = 765). Red value is 67 (26.56% from 255 or 38.73% from 173); Green value is 75 (29.69% from 255 or 43.35% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 75 - color contains mainly: green. Hex color #434B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434B1F is #BCB4E0. Grayscale: #434343. Windows color (decimal): -12367073 or 2050883. OLE color: 2050883.

HSL color Cylindrical-coordinate representation of color #434B1F: hue angle of 70.91º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #434B1F is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB677531-
CMYK0.1100.590.71
HSL70.91º41.51%20.78%-
HSV(B)70.91º58.67%29.41%-
XYZ5.086.322.25-
YUV67.59107.35127.58-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 38.73%
GREEN value IS 75 (29.69% from 255) = 43.35%
BLUE value IS 31 (12.5% from 255) = 17.92%
R=38.73%
G=43.35%
B=17.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6775310.1100.590.7170.9141.5120.78
Hex434B1FB03B47472a15
Octal10311337130731071075225
Binary1000011100101111111101101110111000111100011110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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