#425708

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

Shades of Verdun Green #425708

Tints of Verdun Green #425708

Color information

#425708 (or 0x425708) is unknown color: approx Verdun Green. HEX triplet: 42, 57 and 08. RGB value is (66,87,8). Sum of RGB (Red+Green+Blue) = 66+87+8=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 87 (34.38% from 255 or 54.04% from 161); Blue value is 8 (3.52% from 255 or 4.97% from 161); Max value from RGB is 87 - color contains mainly: green. Hex color #425708 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425708 is #BDA8F7. Grayscale: #484848. Windows color (decimal): -12429560 or 546626. OLE color: 546626.

HSL color Cylindrical-coordinate representation of color #425708: hue angle of 75.95º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #425708 is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.66.

Color convert

RGB66878-
CMYK0.2400.910.66
HSL75.95º83.16%18.63%-
HSV(B)75.95º90.8%34.12%-
XYZ5.77.991.47-
YUV71.7292.04123.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.99%
GREEN value IS 87 (34.38% from 255) = 54.04%
BLUE value IS 8 (3.52% from 255) = 4.97%
R=40.99%
G=54.04%
B=4.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal668780.2400.910.6675.9583.1618.63
Hex425781805B424c5313
Octal1021271030013310211412323
Binary100001010101111000110000101101110000101001100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425708; }

 p { color: rgb(66,87,8); }

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

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

 a { background-color: rgb(66,87,8); }

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

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

 span { border-color: rgb(66,87,8); }

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