Html Css Color HEX #4F5D1B Verdun Green

📋 copy color: '#4F5D1B'

red 79 ◦ green 93 ◦ blue 27

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

Shades of Verdun Green #4F5D1B

Tints of Verdun Green #4F5D1B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 46.73%

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

R = 39.7%
G = 46.73%
B = 13.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.71

 K value IS 0.64

RGB Variations

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

Color information

#4F5D1B (or 0x4F5D1B) is known color: Verdun Green. HEX triplet: 4F, 5D and 1B. RGB value is (79,93,27). Sum of RGB (Red+Green+Blue) = 79+93+27=199 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.70% from 199); Green value is 93 (36.72% from 255 or 46.73% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 93 - color contains mainly: green. Hex color #4F5D1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5D1B is #B0A2E4. Grayscale: #515151. Windows color (decimal): -11576037 or 1793359. OLE color: 1793359.

HSL color Cylindrical-coordinate representation of color #4F5D1B: hue angle of 72.73º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4F5D1B is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.64.

Color convert

RGB 79 93 27 -
CMYK 0.15 0 0.71 0.64
HSL 72.73º 0.55% 0.24% -
HSV(B) 72.73º 0.71% 0.36% -
XYZ 7.34 9.57 2.5 -
YUV 81.29 97.36 126.37 -
System Red Green Blue C M Y K H S L
Decimal 79 93 27 0.15 0 0.71 0.64 72.73 0.55 0.24
Hex 4F 5D 1B F 0 47 40 49 37 18
Octal 117 135 33 17 0 107 100 111 67 30
Binary 1001111 1011101 11011 1111 0 1000111 1000000 1001001 110111 11000

Color Harmonies of #4F5D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5D1B

Black with #4F5D1B

Text Example


Text Example

White with #4F5D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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