#425713

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

Shades of Verdun Green #425713

Tints of Verdun Green #425713

Color information

#425713 (or 0x425713) is unknown color: approx Verdun Green. HEX triplet: 42, 57 and 13. RGB value is (66,87,19). Sum of RGB (Red+Green+Blue) = 66+87+19=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 87 (34.38% from 255 or 50.58% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 87 - color contains mainly: green. Hex color #425713 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425713 is #BDA8EC. Grayscale: #494949. Windows color (decimal): -12429549 or 1267522. OLE color: 1267522.

HSL color Cylindrical-coordinate representation of color #425713: hue angle of 78.53º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #425713 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB668719-
CMYK0.2400.780.66
HSL78.53º64.15%20.78%-
HSV(B)78.53º78.16%34.12%-
XYZ5.778.021.86-
YUV72.9797.54123.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.37%
GREEN value IS 87 (34.38% from 255) = 50.58%
BLUE value IS 19 (7.81% from 255) = 11.05%
R=38.37%
G=50.58%
B=11.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6687190.2400.780.6678.5364.1520.78
Hex4257131804E424f4015
Octal1021272330011610211710025
Binary1000010101011110011110000100111010000101001111100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425713; }

 p { color: rgb(66,87,19); }

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

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

 a { background-color: rgb(66,87,19); }

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

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

 span { border-color: rgb(66,87,19); }

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