Html Css Color HEX #424D0F Verdun Green

📋 copy color: '#424D0F'

red 66 ◦ green 77 ◦ blue 15

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

Shades of Verdun Green #424D0F

Tints of Verdun Green #424D0F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 48.73%

 BLUE value IS 15 (6.25% from 255) = 9.49%

R = 41.77%
G = 48.73%
B = 9.49%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.70

RGB Variations

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

Color information

#424D0F (or 0x424D0F) is known color: Verdun Green. HEX triplet: 42, 4D and 0F. RGB value is (66,77,15). Sum of RGB (Red+Green+Blue) = 66+77+15=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 77 (30.47% from 255 or 48.73% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 77 - color contains mainly: green. Hex color #424D0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #424D0F is #BDB2F0. Grayscale: #424242. Windows color (decimal): -12432113 or 1002818. OLE color: 1002818.

HSL color Cylindrical-coordinate representation of color #424D0F: hue angle of 70.65º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #424D0F is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.70.

Color convert

RGB 66 77 15 -
CMYK 0.14 0 0.81 0.70
HSL 70.65º 0.67% 0.18% -
HSV(B) 70.65º 0.81% 0.3% -
XYZ 4.99 6.5 1.44 -
YUV 66.64 98.86 127.54 -
System Red Green Blue C M Y K H S L
Decimal 66 77 15 0.14 0 0.81 0.70 70.65 0.67 0.18
Hex 42 4D F E 0 51 46 47 43 12
Octal 102 115 17 16 0 121 106 107 103 22
Binary 1000010 1001101 1111 1110 0 1010001 1000110 1000111 1000011 10010

Color Harmonies of #424D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424D0F

Black with #424D0F

Text Example


Text Example

White with #424D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424D0F; }

 p { color: rgb(66,77,15); }

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

background-color css

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

 a { background-color: rgb(66,77,15); }

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

border-color css

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

 span { border-color: rgb(66,77,15); }

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