#424700

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

Shades of Verdun Green #424700

Tints of Verdun Green #424700

Color information

#424700 (or 0x424700) is unknown color: approx Verdun Green. HEX triplet: 42, 47 and 00. RGB value is (66,71,0). Sum of RGB (Red+Green+Blue) = 66+71+0=137 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.18% from 137); Green value is 71 (28.12% from 255 or 51.82% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 71 - color contains mainly: green. Hex color #424700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424700 is #BDB8FF. Grayscale: #3D3D3D. Windows color (decimal): -12433664 or 18242. OLE color: 18242.

HSL color Cylindrical-coordinate representation of color #424700: hue angle of 64.23º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #424700 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB66710-
CMYK0.07010.72
HSL64.23º100%13.92%-
HSV(B)64.23º100%27.84%-
XYZ4.55.660.86-
YUV61.4193.34131.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.18%
GREEN value IS 71 (28.12% from 255) = 51.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.18%
G=51.82%
B=0%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal667100.07010.7264.2310013.92
Hex424707064484064e
Octal10210707014411010014416
Binary100001010001110111011001001001000100000011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424700; }

 p { color: rgb(66,71,0); }

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

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

 a { background-color: rgb(66,71,0); }

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

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

 span { border-color: rgb(66,71,0); }

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