#425507

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

Shades of Verdun Green #425507

Tints of Verdun Green #425507

Color information

#425507 (or 0x425507) is unknown color: approx Verdun Green. HEX triplet: 42, 55 and 07. RGB value is (66,85,7). Sum of RGB (Red+Green+Blue) = 66+85+7=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 85 (33.59% from 255 or 53.80% from 158); Blue value is 7 (3.12% from 255 or 4.43% from 158); Max value from RGB is 85 - color contains mainly: green. Hex color #425507 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425507 is #BDAAF8. Grayscale: #464646. Windows color (decimal): -12430073 or 480578. OLE color: 480578.

HSL color Cylindrical-coordinate representation of color #425507: hue angle of 74.62º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #425507 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB66857-
CMYK0.2200.920.67
HSL74.62º84.78%18.04%-
HSV(B)74.62º91.76%33.33%-
XYZ5.537.671.39-
YUV70.4392.21124.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.77%
GREEN value IS 85 (33.59% from 255) = 53.80%
BLUE value IS 7 (3.12% from 255) = 4.43%
R=41.77%
G=53.80%
B=4.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal668570.2200.920.6774.6284.7818.04
Hex425571605C434b5512
Octal102125726013410311312522
Binary10000101010101111101100101110010000111001011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425507; }

 p { color: rgb(66,85,7); }

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

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

 a { background-color: rgb(66,85,7); }

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

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

 span { border-color: rgb(66,85,7); }

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