Html Css Color HEX #4F621A Verdun Green

📋 copy color: '#4F621A'

red 79 ◦ green 98 ◦ blue 26

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

Shades of Verdun Green #4F621A

Tints of Verdun Green #4F621A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 48.28%

 BLUE value IS 26 (10.55% from 255) = 12.81%

R = 38.92%
G = 48.28%
B = 12.81%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#4F621A (or 0x4F621A) is known color: Verdun Green. HEX triplet: 4F, 62 and 1A. RGB value is (79,98,26). Sum of RGB (Red+Green+Blue) = 79+98+26=203 (26% of max value = 765). Red value is 79 (31.25% from 255 or 38.92% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #4F621A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F621A is #B09DE5. Grayscale: #545454. Windows color (decimal): -11574758 or 1729103. OLE color: 1729103.

HSL color Cylindrical-coordinate representation of color #4F621A: hue angle of 75.83º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F621A is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 79 98 26 -
CMYK 0.19 0 0.73 0.62
HSL 75.83º 0.58% 0.24% -
HSV(B) 75.83º 0.73% 0.38% -
XYZ 7.78 10.47 2.59 -
YUV 84.11 95.21 124.35 -
System Red Green Blue C M Y K H S L
Decimal 79 98 26 0.19 0 0.73 0.62 75.83 0.58 0.24
Hex 4F 62 1A 13 0 49 3E 4C 3A 18
Octal 117 142 32 23 0 111 76 114 72 30
Binary 1001111 1100010 11010 10011 0 1001001 111110 1001100 111010 11000

Color Harmonies of #4F621A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F621A

Black with #4F621A

Text Example


Text Example

White with #4F621A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,98,26); }

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

background-color css

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

 a { background-color: rgb(79,98,26); }

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

border-color css

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

 span { border-color: rgb(79,98,26); }

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