#425414

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

Shades of Verdun Green #425414

Tints of Verdun Green #425414

Color information

#425414 (or 0x425414) is unknown color: approx Verdun Green. HEX triplet: 42, 54 and 14. RGB value is (66,84,20). Sum of RGB (Red+Green+Blue) = 66+84+20=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 84 (33.20% from 255 or 49.41% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 84 - color contains mainly: green. Hex color #425414 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425414 is #BDABEB. Grayscale: #474747. Windows color (decimal): -12430316 or 1332290. OLE color: 1332290.

HSL color Cylindrical-coordinate representation of color #425414: hue angle of 76.88º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #425414 is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB668420-
CMYK0.2100.760.67
HSL76.88º61.54%20.39%-
HSV(B)76.88º76.19%32.94%-
XYZ5.547.551.83-
YUV71.3299.04124.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.82%
GREEN value IS 84 (33.20% from 255) = 49.41%
BLUE value IS 20 (8.20% from 255) = 11.76%
R=38.82%
G=49.41%
B=11.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6684200.2100.760.6776.8861.5420.39
Hex4254141504C434d3e14
Octal102124242501141031157624
Binary100001010101001010010101010011001000011100110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425414; }

 p { color: rgb(66,84,20); }

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

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

 a { background-color: rgb(66,84,20); }

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

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

 span { border-color: rgb(66,84,20); }

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