Html Css Color HEX #424F1C Verdun Green

📋 copy color: '#424F1C'

red 66 ◦ green 79 ◦ blue 28

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

Shades of Verdun Green #424F1C

Tints of Verdun Green #424F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.18%

R = 38.15%
G = 45.66%
B = 16.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#424F1C (or 0x424F1C) is known color: Verdun Green. HEX triplet: 42, 4F and 1C. RGB value is (66,79,28). Sum of RGB (Red+Green+Blue) = 66+79+28=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 79 (31.25% from 255 or 45.66% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 79 - color contains mainly: green. Hex color #424F1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424F1C is #BDB0E3. Grayscale: #454545. Windows color (decimal): -12431588 or 1855298. OLE color: 1855298.

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

Color convert

RGB 66 79 28 -
CMYK 0.16 0 0.65 0.69
HSL 75.29º 0.48% 0.21% -
HSV(B) 75.29º 0.65% 0.31% -
XYZ 5.25 6.83 2.14 -
YUV 69.3 104.69 125.65 -
System Red Green Blue C M Y K H S L
Decimal 66 79 28 0.16 0 0.65 0.69 75.29 0.48 0.21
Hex 42 4F 1C 10 0 41 45 4B 30 15
Octal 102 117 34 20 0 101 105 113 60 25
Binary 1000010 1001111 11100 10000 0 1000001 1000101 1001011 110000 10101

Color Harmonies of #424F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424F1C

Black with #424F1C

Text Example


Text Example

White with #424F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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