Html Css Color HEX #424800 Verdun Green

📋 copy color: '#424800'

red 66 ◦ green 72 ◦ blue 0

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

Shades of Verdun Green #424800

Tints of Verdun Green #424800

RGB

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

 GREEN value IS 72 (28.52% from 255) = 52.17%

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

R = 47.83%
G = 52.17%
B = 0%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#424800 (or 0x424800) is known color: Verdun Green. HEX triplet: 42, 48 and 00. RGB value is (66,72,0). Sum of RGB (Red+Green+Blue) = 66+72+0=138 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.83% from 138); Green value is 72 (28.52% from 255 or 52.17% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 72 - color contains mainly: green. Hex color #424800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424800 is #BDB7FF. Grayscale: #3E3E3E. Windows color (decimal): -12433408 or 18498. OLE color: 18498.

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

Color convert

RGB 66 72 0 -
CMYK 0.08 0 1 0.72
HSL 65º 1% 0.14% -
HSV(B) 65º 1% 0.28% -
XYZ 4.56 5.79 0.88 -
YUV 62 93.01 130.85 -
System Red Green Blue C M Y K H S L
Decimal 66 72 0 0.08 0 1 0.72 65 1 0.14
Hex 42 48 0 8 0 64 48 41 64 E
Octal 102 110 0 10 0 144 110 101 144 16
Binary 1000010 1001000 0 1000 0 1100100 1001000 1000001 1100100 1110

Color Harmonies of #424800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424800

Black with #424800

Text Example


Text Example

White with #424800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424800; }

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

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

background-color css

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

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

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

border-color css

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

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

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