Html Css Color HEX #424F17 Verdun Green

📋 copy color: '#424F17'

red 66 ◦ green 79 ◦ blue 23

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

Shades of Verdun Green #424F17

Tints of Verdun Green #424F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 13.69%

R = 39.29%
G = 47.02%
B = 13.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#424F17 (or 0x424F17) is known color: Verdun Green. HEX triplet: 42, 4F and 17. RGB value is (66,79,23). Sum of RGB (Red+Green+Blue) = 66+79+23=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 79 (31.25% from 255 or 47.02% from 168); Blue value is 23 (9.38% from 255 or 13.69% from 168); Max value from RGB is 79 - color contains mainly: green. Hex color #424F17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #424F17 is #BDB0E8. Grayscale: #444444. Windows color (decimal): -12431593 or 1527618. OLE color: 1527618.

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

Color convert

RGB 66 79 23 -
CMYK 0.16 0 0.71 0.69
HSL 73.93º 0.55% 0.2% -
HSV(B) 73.93º 0.71% 0.31% -
XYZ 5.2 6.81 1.85 -
YUV 68.73 102.19 126.05 -
System Red Green Blue C M Y K H S L
Decimal 66 79 23 0.16 0 0.71 0.69 73.93 0.55 0.2
Hex 42 4F 17 10 0 47 45 4A 37 14
Octal 102 117 27 20 0 107 105 112 67 24
Binary 1000010 1001111 10111 10000 0 1000111 1000101 1001010 110111 10100

Color Harmonies of #424F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424F17

Black with #424F17

Text Example


Text Example

White with #424F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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