Html Css Color HEX #4F5A26 Army green

📋 copy color: '#4F5A26'

red 79 ◦ green 90 ◦ blue 38

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

Shades of Army green #4F5A26

Tints of Army green #4F5A26

RGB

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

 GREEN value IS 90 (35.55% from 255) = 43.48%

 BLUE value IS 38 (15.23% from 255) = 18.36%

R = 38.16%
G = 43.48%
B = 18.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#4F5A26 (or 0x4F5A26) is known color: Army green. HEX triplet: 4F, 5A and 26. RGB value is (79,90,38). Sum of RGB (Red+Green+Blue) = 79+90+38=207 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.16% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 38 (15.23% from 255 or 18.36% from 207); Max value from RGB is 90 - color contains mainly: green. Hex color #4F5A26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5A26 is #B0A5D9. Grayscale: #505050. Windows color (decimal): -11576794 or 2513487. OLE color: 2513487.

HSL color Cylindrical-coordinate representation of color #4F5A26: hue angle of 72.69º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F5A26 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB 79 90 38 -
CMYK 0.12 0 0.58 0.65
HSL 72.69º 0.41% 0.25% -
HSV(B) 72.69º 0.58% 0.35% -
XYZ 7.23 9.11 3.21 -
YUV 80.78 103.86 126.73 -
System Red Green Blue C M Y K H S L
Decimal 79 90 38 0.12 0 0.58 0.65 72.69 0.41 0.25
Hex 4F 5A 26 C 0 3A 41 49 29 19
Octal 117 132 46 14 0 72 101 111 51 31
Binary 1001111 1011010 100110 1100 0 111010 1000001 1001001 101001 11001

Color Harmonies of #4F5A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5A26

Black with #4F5A26

Text Example


Text Example

White with #4F5A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,90,38); }

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

background-color css

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

 a { background-color: rgb(79,90,38); }

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

border-color css

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

 span { border-color: rgb(79,90,38); }

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