Html Css Color HEX #4A480C Verdun Green

📋 copy color: '#4A480C'

red 74 ◦ green 72 ◦ blue 12

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

Shades of Verdun Green #4A480C

Tints of Verdun Green #4A480C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45.57%

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

R = 46.84%
G = 45.57%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#4A480C (or 0x4A480C) is known color: Verdun Green. HEX triplet: 4A, 48 and 0C. RGB value is (74,72,12). Sum of RGB (Red+Green+Blue) = 74+72+12=158 (20% of max value = 765). Red value is 74 (29.30% from 255 or 46.84% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 74 - color contains mainly: red. Hex color #4A480C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A480C is #B5B7F3. Grayscale: #414141. Windows color (decimal): -11909108 or 804938. OLE color: 804938.

HSL color Cylindrical-coordinate representation of color #4A480C: hue angle of 58.06º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A480C is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 72 12 -
CMYK 0 0.03 0.84 0.71
HSL 58.06º 0.72% 0.17% -
HSV(B) 58.06º 0.84% 0.29% -
XYZ 5.21 6.12 1.25 -
YUV 65.76 97.66 133.88 -
System Red Green Blue C M Y K H S L
Decimal 74 72 12 0 0.03 0.84 0.71 58.06 0.72 0.17
Hex 4A 48 C 0 3 54 47 3A 48 11
Octal 112 110 14 0 3 124 107 72 110 21
Binary 1001010 1001000 1100 0 11 1010100 1000111 111010 1001000 10001

Color Harmonies of #4A480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A480C

Black with #4A480C

Text Example


Text Example

White with #4A480C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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