#425F14

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

Shades of Verdun Green #425F14

Tints of Verdun Green #425F14

Color information

#425F14 (or 0x425F14) is unknown color: approx Verdun Green. HEX triplet: 42, 5F and 14. RGB value is (66,95,20). Sum of RGB (Red+Green+Blue) = 66+95+20=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 95 (37.5% from 255 or 52.49% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 95 - color contains mainly: green. Hex color #425F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425F14 is #BDA0EB. Grayscale: #4E4E4E. Windows color (decimal): -12427500 or 1335106. OLE color: 1335106.

HSL color Cylindrical-coordinate representation of color #425F14: hue angle of 83.2º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #425F14 is Cyan = 0.31, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.63.

Color convert

RGB669520-
CMYK0.3100.790.63
HSL83.2º65.22%22.55%-
HSV(B)83.2º78.95%37.25%-
XYZ6.479.392.13-
YUV77.7895.39119.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.46%
GREEN value IS 95 (37.5% from 255) = 52.49%
BLUE value IS 20 (8.20% from 255) = 11.05%
R=36.46%
G=52.49%
B=11.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6695200.3100.790.6383.265.2222.55
Hex425F141F04F3F534117
Octal102137243701177712310127
Binary100001010111111010011111010011111111111010011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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