Html Css Color HEX #4F641C Verdun Green

📋 copy color: '#4F641C'

red 79 ◦ green 100 ◦ blue 28

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

Shades of Verdun Green #4F641C

Tints of Verdun Green #4F641C

RGB

 RED value IS 79 (31.25% from 255) = 38.16%

 GREEN value IS 100 (39.45% from 255) = 48.31%

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

R = 38.16%
G = 48.31%
B = 13.53%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#4F641C (or 0x4F641C) is known color: Verdun Green. HEX triplet: 4F, 64 and 1C. RGB value is (79,100,28). Sum of RGB (Red+Green+Blue) = 79+100+28=207 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.16% from 207); Green value is 100 (39.45% from 255 or 48.31% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 100 - color contains mainly: green. Hex color #4F641C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F641C is #B09BE3. Grayscale: #555555. Windows color (decimal): -11574244 or 1860687. OLE color: 1860687.

HSL color Cylindrical-coordinate representation of color #4F641C: hue angle of 77.5º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F641C is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB 79 100 28 -
CMYK 0.21 0 0.72 0.61
HSL 77.5º 0.56% 0.25% -
HSV(B) 77.5º 0.72% 0.39% -
XYZ 7.99 10.86 2.77 -
YUV 85.51 95.54 123.35 -
System Red Green Blue C M Y K H S L
Decimal 79 100 28 0.21 0 0.72 0.61 77.5 0.56 0.25
Hex 4F 64 1C 15 0 48 3D 4E 38 19
Octal 117 144 34 25 0 110 75 116 70 31
Binary 1001111 1100100 11100 10101 0 1001000 111101 1001110 111000 11001

Color Harmonies of #4F641C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F641C

Black with #4F641C

Text Example


Text Example

White with #4F641C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F641C; }

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

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

background-color css

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

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

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

border-color css

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

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

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