Html Css Color HEX #4A5F11 Verdun Green

📋 copy color: '#4A5F11'

red 74 ◦ green 95 ◦ blue 17

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

Shades of Verdun Green #4A5F11

Tints of Verdun Green #4A5F11

RGB

 RED value IS 74 (29.3% from 255) = 39.78%

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

 BLUE value IS 17 (7.03% from 255) = 9.14%

R = 39.78%
G = 51.08%
B = 9.14%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.82

 K value IS 0.63

RGB Variations

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

Color information

#4A5F11 (or 0x4A5F11) is known color: Verdun Green. HEX triplet: 4A, 5F and 11. RGB value is (74,95,17). Sum of RGB (Red+Green+Blue) = 74+95+17=186 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.78% from 186); Green value is 95 (37.5% from 255 or 51.08% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 95 - color contains mainly: green. Hex color #4A5F11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5F11 is #B5A0EE. Grayscale: #505050. Windows color (decimal): -11903215 or 1138506. OLE color: 1138506.

HSL color Cylindrical-coordinate representation of color #4A5F11: hue angle of 76.15º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A5F11 is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.63.

Color convert

RGB 74 95 17 -
CMYK 0.22 0 0.82 0.63
HSL 76.15º 0.7% 0.22% -
HSV(B) 76.15º 0.82% 0.37% -
XYZ 7.02 9.68 2.03 -
YUV 79.83 92.54 123.84 -
System Red Green Blue C M Y K H S L
Decimal 74 95 17 0.22 0 0.82 0.63 76.15 0.7 0.22
Hex 4A 5F 11 16 0 52 3F 4C 46 16
Octal 112 137 21 26 0 122 77 114 106 26
Binary 1001010 1011111 10001 10110 0 1010010 111111 1001100 1000110 10110

Color Harmonies of #4A5F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5F11

Black with #4A5F11

Text Example


Text Example

White with #4A5F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,95,17); }

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

background-color css

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

 a { background-color: rgb(74,95,17); }

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

border-color css

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

 span { border-color: rgb(74,95,17); }

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