Html Css Color HEX #4F5F1B Verdun Green

📋 copy color: '#4F5F1B'

red 79 ◦ green 95 ◦ blue 27

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

Shades of Verdun Green #4F5F1B

Tints of Verdun Green #4F5F1B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 47.26%

 BLUE value IS 27 (10.94% from 255) = 13.43%

R = 39.3%
G = 47.26%
B = 13.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.72

 K value IS 0.63

RGB Variations

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

Color information

#4F5F1B (or 0x4F5F1B) is known color: Verdun Green. HEX triplet: 4F, 5F and 1B. RGB value is (79,95,27). Sum of RGB (Red+Green+Blue) = 79+95+27=201 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.30% from 201); Green value is 95 (37.5% from 255 or 47.26% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 95 - color contains mainly: green. Hex color #4F5F1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5F1B is #B0A0E4. Grayscale: #525252. Windows color (decimal): -11575525 or 1793871. OLE color: 1793871.

HSL color Cylindrical-coordinate representation of color #4F5F1B: hue angle of 74.12º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F5F1B is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.63.

Color convert

RGB 79 95 27 -
CMYK 0.17 0 0.72 0.63
HSL 74.12º 0.56% 0.24% -
HSV(B) 74.12º 0.72% 0.37% -
XYZ 7.51 9.93 2.56 -
YUV 82.46 96.7 125.53 -
System Red Green Blue C M Y K H S L
Decimal 79 95 27 0.17 0 0.72 0.63 74.12 0.56 0.24
Hex 4F 5F 1B 11 0 48 3F 4A 38 18
Octal 117 137 33 21 0 110 77 112 70 30
Binary 1001111 1011111 11011 10001 0 1001000 111111 1001010 111000 11000

Color Harmonies of #4F5F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5F1B

Black with #4F5F1B

Text Example


Text Example

White with #4F5F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,95,27); }

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

background-color css

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

 a { background-color: rgb(79,95,27); }

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

border-color css

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

 span { border-color: rgb(79,95,27); }

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