Html Css Color HEX #4A590F Verdun Green

📋 copy color: '#4A590F'

red 74 ◦ green 89 ◦ blue 15

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

Shades of Verdun Green #4A590F

Tints of Verdun Green #4A590F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 50%

 BLUE value IS 15 (6.25% from 255) = 8.43%

R = 41.57%
G = 50%
B = 8.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#4A590F (or 0x4A590F) is known color: Verdun Green. HEX triplet: 4A, 59 and 0F. RGB value is (74,89,15). Sum of RGB (Red+Green+Blue) = 74+89+15=178 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.57% from 178); Green value is 89 (35.16% from 255 or 50% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 89 - color contains mainly: green. Hex color #4A590F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A590F is #B5A6F0. Grayscale: #4C4C4C. Windows color (decimal): -11904753 or 1005898. OLE color: 1005898.

HSL color Cylindrical-coordinate representation of color #4A590F: hue angle of 72.16º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A590F is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 74 89 15 -
CMYK 0.17 0 0.83 0.65
HSL 72.16º 0.71% 0.2% -
HSV(B) 72.16º 0.83% 0.35% -
XYZ 6.48 8.64 1.78 -
YUV 76.08 93.53 126.52 -
System Red Green Blue C M Y K H S L
Decimal 74 89 15 0.17 0 0.83 0.65 72.16 0.71 0.2
Hex 4A 59 F 11 0 53 41 48 47 14
Octal 112 131 17 21 0 123 101 110 107 24
Binary 1001010 1011001 1111 10001 0 1010011 1000001 1001000 1000111 10100

Color Harmonies of #4A590F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A590F

Black with #4A590F

Text Example


Text Example

White with #4A590F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,89,15); }

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

background-color css

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

 a { background-color: rgb(74,89,15); }

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

border-color css

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

 span { border-color: rgb(74,89,15); }

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