Html Css Color HEX #424914 Verdun Green

📋 copy color: '#424914'

red 66 ◦ green 73 ◦ blue 20

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

Shades of Verdun Green #424914

Tints of Verdun Green #424914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.58%

R = 41.51%
G = 45.91%
B = 12.58%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#424914 (or 0x424914) is known color: Verdun Green. HEX triplet: 42, 49 and 14. RGB value is (66,73,20). Sum of RGB (Red+Green+Blue) = 66+73+20=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 73 - color contains mainly: green. Hex color #424914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424914 is #BDB6EB. Grayscale: #414141. Windows color (decimal): -12433132 or 1329474. OLE color: 1329474.

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

Color convert

RGB 66 73 20 -
CMYK 0.10 0 0.73 0.71
HSL 67.92º 0.57% 0.18% -
HSV(B) 67.92º 0.73% 0.29% -
XYZ 4.76 5.97 1.56 -
YUV 64.87 102.68 128.81 -
System Red Green Blue C M Y K H S L
Decimal 66 73 20 0.10 0 0.73 0.71 67.92 0.57 0.18
Hex 42 49 14 A 0 49 47 44 39 12
Octal 102 111 24 12 0 111 107 104 71 22
Binary 1000010 1001001 10100 1010 0 1001001 1000111 1000100 111001 10010

Color Harmonies of #424914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424914

Black with #424914

Text Example


Text Example

White with #424914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424914; }

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

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

background-color css

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

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

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

border-color css

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

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

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