#425B1A

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

Shades of Verdun Green #425B1A

Tints of Verdun Green #425B1A

Color information

#425B1A (or 0x425B1A) is unknown color: approx Verdun Green. HEX triplet: 42, 5B and 1A. RGB value is (66,91,26). Sum of RGB (Red+Green+Blue) = 66+91+26=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 91 (35.94% from 255 or 49.73% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 91 - color contains mainly: green. Hex color #425B1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425B1A is #BDA4E5. Grayscale: #4C4C4C. Windows color (decimal): -12428518 or 1727298. OLE color: 1727298.

HSL color Cylindrical-coordinate representation of color #425B1A: hue angle of 83.08º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #425B1A is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.64.

Color convert

RGB669126-
CMYK0.2700.710.64
HSL83.08º55.56%22.94%-
HSV(B)83.08º71.43%35.69%-
XYZ6.178.722.33-
YUV76.1199.72120.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.07%
GREEN value IS 91 (35.94% from 255) = 49.73%
BLUE value IS 26 (10.55% from 255) = 14.21%
R=36.07%
G=49.73%
B=14.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6691260.2700.710.6483.0855.5622.94
Hex425B1A1B04740533817
Octal102133323301071001237027
Binary100001010110111101011011010001111000000101001111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425B1A; }

 p { color: rgb(66,91,26); }

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

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

 a { background-color: rgb(66,91,26); }

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

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

 span { border-color: rgb(66,91,26); }

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