Html Css Color HEX #424910 Verdun Green

📋 copy color: '#424910'

red 66 ◦ green 73 ◦ blue 16

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

Shades of Verdun Green #424910

Tints of Verdun Green #424910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.32%

R = 42.58%
G = 47.1%
B = 10.32%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.71

RGB Variations

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

Color information

#424910 (or 0x424910) is known color: Verdun Green. HEX triplet: 42, 49 and 10. RGB value is (66,73,16). Sum of RGB (Red+Green+Blue) = 66+73+16=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 73 - color contains mainly: green. Hex color #424910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424910 is #BDB6EF. Grayscale: #404040. Windows color (decimal): -12433136 or 1067330. OLE color: 1067330.

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

Color convert

RGB 66 73 16 -
CMYK 0.10 0 0.78 0.71
HSL 67.37º 0.64% 0.17% -
HSV(B) 67.37º 0.78% 0.29% -
XYZ 4.72 5.96 1.39 -
YUV 64.41 100.68 129.13 -
System Red Green Blue C M Y K H S L
Decimal 66 73 16 0.10 0 0.78 0.71 67.37 0.64 0.17
Hex 42 49 10 A 0 4E 47 43 40 11
Octal 102 111 20 12 0 116 107 103 100 21
Binary 1000010 1001001 10000 1010 0 1001110 1000111 1000011 1000000 10001

Color Harmonies of #424910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424910

Black with #424910

Text Example


Text Example

White with #424910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424910; }

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

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

background-color css

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

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

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

border-color css

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

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

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