#425817

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

Shades of Verdun Green #425817

Tints of Verdun Green #425817

Color information

#425817 (or 0x425817) is unknown color: approx Verdun Green. HEX triplet: 42, 58 and 17. RGB value is (66,88,23). Sum of RGB (Red+Green+Blue) = 66+88+23=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 88 (34.77% from 255 or 49.72% from 177); Blue value is 23 (9.38% from 255 or 12.99% from 177); Max value from RGB is 88 - color contains mainly: green. Hex color #425817 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425817 is #BDA7E8. Grayscale: #4A4A4A. Windows color (decimal): -12429289 or 1529922. OLE color: 1529922.

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

Color convert

RGB668823-
CMYK0.2500.740.65
HSL80.31º58.56%21.76%-
HSV(B)80.31º73.86%34.51%-
XYZ5.898.22.08-
YUV74.0199.21122.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.29%
GREEN value IS 88 (34.77% from 255) = 49.72%
BLUE value IS 23 (9.38% from 255) = 12.99%
R=37.29%
G=49.72%
B=12.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6688230.2500.740.6580.3158.5621.76
Hex4258171904A41503b16
Octal102130273101121011207326
Binary100001010110001011111001010010101000001101000011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425817; }

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

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

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

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

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

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

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

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