#425B14

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

Shades of Verdun Green #425B14

Tints of Verdun Green #425B14

Color information

#425B14 (or 0x425B14) is unknown color: approx Verdun Green. HEX triplet: 42, 5B and 14. RGB value is (66,91,20). Sum of RGB (Red+Green+Blue) = 66+91+20=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 91 (35.94% from 255 or 51.41% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 91 - color contains mainly: green. Hex color #425B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425B14 is #BDA4EB. Grayscale: #4B4B4B. Windows color (decimal): -12428524 or 1334082. OLE color: 1334082.

HSL color Cylindrical-coordinate representation of color #425B14: hue angle of 81.13º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #425B14 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB669120-
CMYK0.2700.780.64
HSL81.13º63.96%21.76%-
HSV(B)81.13º78.02%35.69%-
XYZ6.118.692.02-
YUV75.4396.72121.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.29%
GREEN value IS 91 (35.94% from 255) = 51.41%
BLUE value IS 20 (8.20% from 255) = 11.30%
R=37.29%
G=51.41%
B=11.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6691200.2700.780.6481.1363.9621.76
Hex425B141B04E40514016
Octal1021332433011610012110026
Binary1000010101101110100110110100111010000001010001100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425B14; }

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

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

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

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

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

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

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

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