#424803

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

Shades of Verdun Green #424803

Tints of Verdun Green #424803

Color information

#424803 (or 0x424803) is unknown color: approx Verdun Green. HEX triplet: 42, 48 and 03. RGB value is (66,72,3). Sum of RGB (Red+Green+Blue) = 66+72+3=141 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.81% from 141); Green value is 72 (28.52% from 255 or 51.06% from 141); Blue value is 3 (1.56% from 255 or 2.13% from 141); Max value from RGB is 72 - color contains mainly: green. Hex color #424803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424803 is #BDB7FC. Grayscale: #3E3E3E. Windows color (decimal): -12433405 or 215106. OLE color: 215106.

HSL color Cylindrical-coordinate representation of color #424803: hue angle of 65.22º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #424803 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB66723-
CMYK0.0800.960.72
HSL65.22º92%14.71%-
HSV(B)65.22º95.83%28.24%-
XYZ4.585.80.96-
YUV62.3494.51130.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 46.81%
GREEN value IS 72 (28.52% from 255) = 51.06%
BLUE value IS 3 (1.56% from 255) = 2.13%
R=46.81%
G=51.06%
B=2.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal667230.0800.960.7265.229214.71
Hex42483806048415cf
Octal102110310014011010113417
Binary10000101001000111000011000001001000100000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424803; }

 p { color: rgb(66,72,3); }

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

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

 a { background-color: rgb(66,72,3); }

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

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

 span { border-color: rgb(66,72,3); }

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