Html Css Color HEX #424900 Verdun Green

📋 copy color: '#424900'

red 66 ◦ green 73 ◦ blue 0

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

Shades of Verdun Green #424900

Tints of Verdun Green #424900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.48%
G = 52.52%
B = 0%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#424900 (or 0x424900) is known color: Verdun Green. HEX triplet: 42, 49 and 00. RGB value is (66,73,0). Sum of RGB (Red+Green+Blue) = 66+73+0=139 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.48% from 139); Green value is 73 (28.91% from 255 or 52.52% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 73 - color contains mainly: green. Hex color #424900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424900 is #BDB6FF. Grayscale: #3E3E3E. Windows color (decimal): -12433152 or 18754. OLE color: 18754.

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

Color convert

RGB 66 73 0 -
CMYK 0.10 0 1 0.71
HSL 65.75º 1% 0.14% -
HSV(B) 65.75º 1% 0.29% -
XYZ 4.63 5.92 0.9 -
YUV 62.59 92.68 130.44 -
System Red Green Blue C M Y K H S L
Decimal 66 73 0 0.10 0 1 0.71 65.75 1 0.14
Hex 42 49 0 A 0 64 47 42 64 E
Octal 102 111 0 12 0 144 107 102 144 16
Binary 1000010 1001001 0 1010 0 1100100 1000111 1000010 1100100 1110

Color Harmonies of #424900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424900

Black with #424900

Text Example


Text Example

White with #424900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424900; }

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

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

background-color css

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

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

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

border-color css

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

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

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