Html Css Color HEX #424903 Verdun Green

📋 copy color: '#424903'

red 66 ◦ green 73 ◦ blue 3

#424903
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #424903

Tints of Verdun Green #424903

RGB

 RED value IS 66 (26.17% from 255) = 46.48%

 GREEN value IS 73 (28.91% from 255) = 51.41%

 BLUE value IS 3 (1.56% from 255) = 2.11%

R = 46.48%
G = 51.41%
B = 2.11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.71

RGB Variations

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

Color information

#424903 (or 0x424903) is known color: Verdun Green. HEX triplet: 42, 49 and 03. RGB value is (66,73,3). Sum of RGB (Red+Green+Blue) = 66+73+3=142 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.48% from 142); Green value is 73 (28.91% from 255 or 51.41% from 142); Blue value is 3 (1.56% from 255 or 2.11% from 142); Max value from RGB is 73 - color contains mainly: green. Hex color #424903 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424903 is #BDB6FC. Grayscale: #3F3F3F. Windows color (decimal): -12433149 or 215362. OLE color: 215362.

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

Color convert

RGB 66 73 3 -
CMYK 0.10 0 0.96 0.71
HSL 66º 0.92% 0.15% -
HSV(B) 66º 0.96% 0.29% -
XYZ 4.65 5.93 0.99 -
YUV 62.93 94.18 130.19 -
System Red Green Blue C M Y K H S L
Decimal 66 73 3 0.10 0 0.96 0.71 66 0.92 0.15
Hex 42 49 3 A 0 60 47 42 5C F
Octal 102 111 3 12 0 140 107 102 134 17
Binary 1000010 1001001 11 1010 0 1100000 1000111 1000010 1011100 1111

Color Harmonies of #424903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424903

Black with #424903

Text Example


Text Example

White with #424903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424903; }

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

 H1.HeaderClassName
 {
   color: #424903;
 }
 .AnyTagClassName
 {
   color: #424903;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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