Html Css Color HEX #424500 Verdun Green

📋 copy color: '#424500'

red 66 ◦ green 69 ◦ blue 0

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

Shades of Verdun Green #424500

Tints of Verdun Green #424500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 51.11%

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

R = 48.89%
G = 51.11%
B = 0%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#424500 (or 0x424500) is known color: Verdun Green. HEX triplet: 42, 45 and 00. RGB value is (66,69,0). Sum of RGB (Red+Green+Blue) = 66+69+0=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 69 (27.34% from 255 or 51.11% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 69 - color contains mainly: green. Hex color #424500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424500 is #BDBAFF. Grayscale: #3C3C3C. Windows color (decimal): -12434176 or 17730. OLE color: 17730.

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

Color convert

RGB 66 69 0 -
CMYK 0.04 0 1 0.73
HSL 62.61º 1% 0.14% -
HSV(B) 62.61º 1% 0.27% -
XYZ 4.37 5.41 0.81 -
YUV 60.24 94.01 132.11 -
System Red Green Blue C M Y K H S L
Decimal 66 69 0 0.04 0 1 0.73 62.61 1 0.14
Hex 42 45 0 4 0 64 49 3F 64 E
Octal 102 105 0 4 0 144 111 77 144 16
Binary 1000010 1000101 0 100 0 1100100 1001001 111111 1100100 1110

Color Harmonies of #424500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424500

Black with #424500

Text Example


Text Example

White with #424500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424500; }

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

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

background-color css

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

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

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

border-color css

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

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

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