#425102

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

Shades of Verdun Green #425102

Tints of Verdun Green #425102

Color information

#425102 (or 0x425102) is unknown color: approx Verdun Green. HEX triplet: 42, 51 and 02. RGB value is (66,81,2). Sum of RGB (Red+Green+Blue) = 66+81+2=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 81 (32.03% from 255 or 54.36% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 81 - color contains mainly: green. Hex color #425102 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425102 is #BDAEFD. Grayscale: #434343. Windows color (decimal): -12431102 or 151874. OLE color: 151874.

HSL color Cylindrical-coordinate representation of color #425102: hue angle of 71.39º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #425102 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB66812-
CMYK0.1900.980.68
HSL71.39º95.18%16.27%-
HSV(B)71.39º97.53%31.76%-
XYZ5.27.051.14-
YUV67.5191.03126.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.30%
GREEN value IS 81 (32.03% from 255) = 54.36%
BLUE value IS 2 (1.17% from 255) = 1.34%
R=44.30%
G=54.36%
B=1.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal668120.1900.980.6871.3995.1816.27
Hex425121306244475f10
Octal102121223014210410713720
Binary1000010101000110100110110001010001001000111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425102; }

 p { color: rgb(66,81,2); }

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

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

 a { background-color: rgb(66,81,2); }

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

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

 span { border-color: rgb(66,81,2); }

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