#425D0D

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

Shades of Verdun Green #425D0D

Tints of Verdun Green #425D0D

Color information

#425D0D (or 0x425D0D) is unknown color: approx Verdun Green. HEX triplet: 42, 5D and 0D. RGB value is (66,93,13). Sum of RGB (Red+Green+Blue) = 66+93+13=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 93 (36.72% from 255 or 54.07% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 93 - color contains mainly: green. Hex color #425D0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425D0D is #BDA2F2. Grayscale: #4C4C4C. Windows color (decimal): -12428019 or 875842. OLE color: 875842.

HSL color Cylindrical-coordinate representation of color #425D0D: hue angle of 80.25º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #425D0D is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.64.

Color convert

RGB669313-
CMYK0.2900.860.64
HSL80.25º75.47%20.78%-
HSV(B)80.25º86.02%36.47%-
XYZ6.239.021.79-
YUV75.8192.55121-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.37%
GREEN value IS 93 (36.72% from 255) = 54.07%
BLUE value IS 13 (5.47% from 255) = 7.56%
R=38.37%
G=54.07%
B=7.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6693130.2900.860.6480.2575.4720.78
Hex425DD1D05640504b15
Octal1021351535012610012011325
Binary100001010111011101111010101011010000001010000100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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