#424B04

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

Shades of Verdun Green #424B04

Tints of Verdun Green #424B04

Color information

#424B04 (or 0x424B04) is unknown color: approx Verdun Green. HEX triplet: 42, 4B and 04. RGB value is (66,75,4). Sum of RGB (Red+Green+Blue) = 66+75+4=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 75 (29.69% from 255 or 51.72% from 145); Blue value is 4 (1.95% from 255 or 2.76% from 145); Max value from RGB is 75 - color contains mainly: green. Hex color #424B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424B04 is #BDB4FB. Grayscale: #404040. Windows color (decimal): -12432636 or 281410. OLE color: 281410.

HSL color Cylindrical-coordinate representation of color #424B04: hue angle of 67.61º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #424B04 is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.71.

Color convert

RGB66754-
CMYK0.1200.950.71
HSL67.61º89.87%15.49%-
HSV(B)67.61º94.67%29.41%-
XYZ4.786.21.06-
YUV64.2294.02129.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.52%
GREEN value IS 75 (29.69% from 255) = 51.72%
BLUE value IS 4 (1.95% from 255) = 2.76%
R=45.52%
G=51.72%
B=2.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal667540.1200.950.7167.6189.8715.49
Hex424B4C05F47445af
Octal102113414013710710413217
Binary100001010010111001100010111111000111100010010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424B04; }

 p { color: rgb(66,75,4); }

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

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

 a { background-color: rgb(66,75,4); }

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

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

 span { border-color: rgb(66,75,4); }

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