#424F1B

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

Shades of Verdun Green #424F1B

Tints of Verdun Green #424F1B

Color information

#424F1B (or 0x424F1B) is unknown color: approx Verdun Green. HEX triplet: 42, 4F and 1B. RGB value is (66,79,27). Sum of RGB (Red+Green+Blue) = 66+79+27=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 79 (31.25% from 255 or 45.93% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 79 - color contains mainly: green. Hex color #424F1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424F1B is #BDB0E4. Grayscale: #454545. Windows color (decimal): -12431589 or 1789762. OLE color: 1789762.

HSL color Cylindrical-coordinate representation of color #424F1B: hue angle of 75º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #424F1B is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB667927-
CMYK0.1600.660.69
HSL75º49.06%20.78%-
HSV(B)75º65.82%30.98%-
XYZ5.246.832.08-
YUV69.18104.19125.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.37%
GREEN value IS 79 (31.25% from 255) = 45.93%
BLUE value IS 27 (10.94% from 255) = 15.70%
R=38.37%
G=45.93%
B=15.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6679270.1600.660.697549.0620.78
Hex424F1B10042454b3115
Octal102117332001021051136125
Binary100001010011111101110000010000101000101100101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424F1B; }

 p { color: rgb(66,79,27); }

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

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

 a { background-color: rgb(66,79,27); }

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

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

 span { border-color: rgb(66,79,27); }

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