#425505

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

Shades of Verdun Green #425505

Tints of Verdun Green #425505

Color information

#425505 (or 0x425505) is unknown color: approx Verdun Green. HEX triplet: 42, 55 and 05. RGB value is (66,85,5). Sum of RGB (Red+Green+Blue) = 66+85+5=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 85 (33.59% from 255 or 54.49% from 156); Blue value is 5 (2.34% from 255 or 3.21% from 156); Max value from RGB is 85 - color contains mainly: green. Hex color #425505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425505 is #BDAAFA. Grayscale: #464646. Windows color (decimal): -12430075 or 349506. OLE color: 349506.

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

Color convert

RGB66855-
CMYK0.2200.940.67
HSL74.25º88.89%17.65%-
HSV(B)74.25º94.12%33.33%-
XYZ5.527.671.33-
YUV70.291.21125-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.31%
GREEN value IS 85 (33.59% from 255) = 54.49%
BLUE value IS 5 (2.34% from 255) = 3.21%
R=42.31%
G=54.49%
B=3.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal668550.2200.940.6774.2588.8917.65
Hex425551605E434a5912
Octal102125526013610311213122
Binary10000101010101101101100101111010000111001010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425505; }

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

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

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

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

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

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

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

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