Html Css Color HEX #4A610D Verdun Green

📋 copy color: '#4A610D'

red 74 ◦ green 97 ◦ blue 13

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

Shades of Verdun Green #4A610D

Tints of Verdun Green #4A610D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 52.72%

 BLUE value IS 13 (5.47% from 255) = 7.07%

R = 40.22%
G = 52.72%
B = 7.07%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#4A610D (or 0x4A610D) is known color: Verdun Green. HEX triplet: 4A, 61 and 0D. RGB value is (74,97,13). Sum of RGB (Red+Green+Blue) = 74+97+13=184 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.22% from 184); Green value is 97 (38.28% from 255 or 52.72% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 97 - color contains mainly: green. Hex color #4A610D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A610D is #B59EF2. Grayscale: #505050. Windows color (decimal): -11902707 or 876874. OLE color: 876874.

HSL color Cylindrical-coordinate representation of color #4A610D: hue angle of 76.43º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4A610D is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 74 97 13 -
CMYK 0.24 0 0.87 0.62
HSL 76.43º 0.76% 0.22% -
HSV(B) 76.43º 0.87% 0.38% -
XYZ 7.17 10.03 1.94 -
YUV 80.55 89.88 123.33 -
System Red Green Blue C M Y K H S L
Decimal 74 97 13 0.24 0 0.87 0.62 76.43 0.76 0.22
Hex 4A 61 D 18 0 57 3E 4C 4C 16
Octal 112 141 15 30 0 127 76 114 114 26
Binary 1001010 1100001 1101 11000 0 1010111 111110 1001100 1001100 10110

Color Harmonies of #4A610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A610D

Black with #4A610D

Text Example


Text Example

White with #4A610D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,97,13); }

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

background-color css

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

 a { background-color: rgb(74,97,13); }

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

border-color css

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

 span { border-color: rgb(74,97,13); }

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