#425804

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

Shades of Verdun Green #425804

Tints of Verdun Green #425804

Color information

#425804 (or 0x425804) is unknown color: approx Verdun Green. HEX triplet: 42, 58 and 04. RGB value is (66,88,4). Sum of RGB (Red+Green+Blue) = 66+88+4=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 88 (34.77% from 255 or 55.70% from 158); Blue value is 4 (1.95% from 255 or 2.53% from 158); Max value from RGB is 88 - color contains mainly: green. Hex color #425804 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425804 is #BDA7FB. Grayscale: #484848. Windows color (decimal): -12429308 or 284738. OLE color: 284738.

HSL color Cylindrical-coordinate representation of color #425804: hue angle of 75.71º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #425804 is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.65.

Color convert

RGB66884-
CMYK0.2500.950.65
HSL75.71º91.3%18.04%-
HSV(B)75.71º95.45%34.51%-
XYZ5.768.151.38-
YUV71.8589.71123.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.77%
GREEN value IS 88 (34.77% from 255) = 55.70%
BLUE value IS 4 (1.95% from 255) = 2.53%
R=41.77%
G=55.70%
B=2.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal668840.2500.950.6575.7191.318.04
Hex425841905F414c5b12
Octal102130431013710111413322
Binary10000101011000100110010101111110000011001100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425804; }

 p { color: rgb(66,88,4); }

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

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

 a { background-color: rgb(66,88,4); }

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

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

 span { border-color: rgb(66,88,4); }

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