Html Css Color HEX #4F5A10 Verdun Green

📋 copy color: '#4F5A10'

red 79 ◦ green 90 ◦ blue 16

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

Shades of Verdun Green #4F5A10

Tints of Verdun Green #4F5A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.65%

R = 42.7%
G = 48.65%
B = 8.65%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#4F5A10 (or 0x4F5A10) is known color: Verdun Green. HEX triplet: 4F, 5A and 10. RGB value is (79,90,16). Sum of RGB (Red+Green+Blue) = 79+90+16=185 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.70% from 185); Green value is 90 (35.55% from 255 or 48.65% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 90 - color contains mainly: green. Hex color #4F5A10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5A10 is #B0A5EF. Grayscale: #4E4E4E. Windows color (decimal): -11576816 or 1071695. OLE color: 1071695.

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

Color convert

RGB 79 90 16 -
CMYK 0.12 0 0.82 0.65
HSL 68.92º 0.7% 0.21% -
HSV(B) 68.92º 0.82% 0.35% -
XYZ 6.97 9.01 1.86 -
YUV 78.28 92.86 128.52 -
System Red Green Blue C M Y K H S L
Decimal 79 90 16 0.12 0 0.82 0.65 68.92 0.7 0.21
Hex 4F 5A 10 C 0 52 41 45 46 15
Octal 117 132 20 14 0 122 101 105 106 25
Binary 1001111 1011010 10000 1100 0 1010010 1000001 1000101 1000110 10101

Color Harmonies of #4F5A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5A10

Black with #4F5A10

Text Example


Text Example

White with #4F5A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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