#425701

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

Shades of Verdun Green #425701

Tints of Verdun Green #425701

Color information

#425701 (or 0x425701) is unknown color: approx Verdun Green. HEX triplet: 42, 57 and 01. RGB value is (66,87,1). Sum of RGB (Red+Green+Blue) = 66+87+1=154 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.86% from 154); Green value is 87 (34.38% from 255 or 56.49% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 87 - color contains mainly: green. Hex color #425701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425701 is #BDA8FE. Grayscale: #474747. Windows color (decimal): -12429567 or 87874. OLE color: 87874.

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

Color convert

RGB66871-
CMYK0.2400.990.66
HSL74.65º97.73%17.25%-
HSV(B)74.65º98.85%34.12%-
XYZ5.667.981.27-
YUV70.9288.54124.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.86%
GREEN value IS 87 (34.38% from 255) = 56.49%
BLUE value IS 1 (0.78% from 255) = 0.65%
R=42.86%
G=56.49%
B=0.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal668710.2400.990.6674.6597.7317.25
Hex4257118063424b6211
Octal102127130014310211314221
Binary100001010101111110000110001110000101001011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425701; }

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

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

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

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

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

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

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

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