Html Css Color HEX #4A580C Verdun Green

📋 copy color: '#4A580C'

red 74 ◦ green 88 ◦ blue 12

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

Shades of Verdun Green #4A580C

Tints of Verdun Green #4A580C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 50.57%

 BLUE value IS 12 (5.08% from 255) = 6.9%

R = 42.53%
G = 50.57%
B = 6.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#4A580C (or 0x4A580C) is known color: Verdun Green. HEX triplet: 4A, 58 and 0C. RGB value is (74,88,12). Sum of RGB (Red+Green+Blue) = 74+88+12=174 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.53% from 174); Green value is 88 (34.77% from 255 or 50.57% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 88 - color contains mainly: green. Hex color #4A580C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A580C is #B5A7F3. Grayscale: #4B4B4B. Windows color (decimal): -11905012 or 809034. OLE color: 809034.

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

Color convert

RGB 74 88 12 -
CMYK 0.16 0 0.86 0.65
HSL 71.05º 0.76% 0.2% -
HSV(B) 71.05º 0.86% 0.35% -
XYZ 6.38 8.46 1.64 -
YUV 75.15 92.36 127.18 -
System Red Green Blue C M Y K H S L
Decimal 74 88 12 0.16 0 0.86 0.65 71.05 0.76 0.2
Hex 4A 58 C 10 0 56 41 47 4C 14
Octal 112 130 14 20 0 126 101 107 114 24
Binary 1001010 1011000 1100 10000 0 1010110 1000001 1000111 1001100 10100

Color Harmonies of #4A580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A580C

Black with #4A580C

Text Example


Text Example

White with #4A580C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,88,12); }

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

background-color css

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

 a { background-color: rgb(74,88,12); }

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

border-color css

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

 span { border-color: rgb(74,88,12); }

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