#425F0D

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

Shades of Verdun Green #425F0D

Tints of Verdun Green #425F0D

Color information

#425F0D (or 0x425F0D) is unknown color: approx Verdun Green. HEX triplet: 42, 5F and 0D. RGB value is (66,95,13). Sum of RGB (Red+Green+Blue) = 66+95+13=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 95 (37.5% from 255 or 54.60% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 95 - color contains mainly: green. Hex color #425F0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425F0D is #BDA0F2. Grayscale: #4D4D4D. Windows color (decimal): -12427507 or 876354. OLE color: 876354.

HSL color Cylindrical-coordinate representation of color #425F0D: hue angle of 81.22º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #425F0D is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.63.

Color convert

RGB669513-
CMYK0.3100.860.63
HSL81.22º75.93%21.18%-
HSV(B)81.22º86.32%37.25%-
XYZ6.419.371.85-
YUV76.9891.89120.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.93%
GREEN value IS 95 (37.5% from 255) = 54.60%
BLUE value IS 13 (5.47% from 255) = 7.47%
R=37.93%
G=54.60%
B=7.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6695130.3100.860.6381.2275.9321.18
Hex425FD1F0563F514c15
Octal102137153701267712111425
Binary10000101011111110111111010101101111111010001100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,95,13); }

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

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

 a { background-color: rgb(66,95,13); }

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

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

 span { border-color: rgb(66,95,13); }

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