Html Css Color HEX #424F14 Verdun Green

📋 copy color: '#424F14'

red 66 ◦ green 79 ◦ blue 20

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

Shades of Verdun Green #424F14

Tints of Verdun Green #424F14

RGB

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

 GREEN value IS 79 (31.25% from 255) = 47.88%

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

R = 40%
G = 47.88%
B = 12.12%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#424F14 (or 0x424F14) is known color: Verdun Green. HEX triplet: 42, 4F and 14. RGB value is (66,79,20). Sum of RGB (Red+Green+Blue) = 66+79+20=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 79 (31.25% from 255 or 47.88% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 79 - color contains mainly: green. Hex color #424F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #424F14 is #BDB0EB. Grayscale: #444444. Windows color (decimal): -12431596 or 1331010. OLE color: 1331010.

HSL color Cylindrical-coordinate representation of color #424F14: hue angle of 73.22º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #424F14 is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 79 20 -
CMYK 0.16 0 0.75 0.69
HSL 73.22º 0.6% 0.19% -
HSV(B) 73.22º 0.75% 0.31% -
XYZ 5.17 6.8 1.7 -
YUV 68.39 100.69 126.3 -
System Red Green Blue C M Y K H S L
Decimal 66 79 20 0.16 0 0.75 0.69 73.22 0.6 0.19
Hex 42 4F 14 10 0 4B 45 49 3C 13
Octal 102 117 24 20 0 113 105 111 74 23
Binary 1000010 1001111 10100 10000 0 1001011 1000101 1001001 111100 10011

Color Harmonies of #424F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424F14

Black with #424F14

Text Example


Text Example

White with #424F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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