Html Css Color HEX #4A5510 Verdun Green

📋 copy color: '#4A5510'

red 74 ◦ green 85 ◦ blue 16

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

Shades of Verdun Green #4A5510

Tints of Verdun Green #4A5510

RGB

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

 GREEN value IS 85 (33.59% from 255) = 48.57%

 BLUE value IS 16 (6.64% from 255) = 9.14%

R = 42.29%
G = 48.57%
B = 9.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#4A5510 (or 0x4A5510) is known color: Verdun Green. HEX triplet: 4A, 55 and 10. RGB value is (74,85,16). Sum of RGB (Red+Green+Blue) = 74+85+16=175 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.29% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 85 - color contains mainly: green. Hex color #4A5510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5510 is #B5AAEF. Grayscale: #4A4A4A. Windows color (decimal): -11905776 or 1070410. OLE color: 1070410.

HSL color Cylindrical-coordinate representation of color #4A5510: hue angle of 69.57º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A5510 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 74 85 16 -
CMYK 0.13 0 0.81 0.67
HSL 69.57º 0.68% 0.2% -
HSV(B) 69.57º 0.81% 0.33% -
XYZ 6.17 7.99 1.71 -
YUV 73.85 95.36 128.11 -
System Red Green Blue C M Y K H S L
Decimal 74 85 16 0.13 0 0.81 0.67 69.57 0.68 0.2
Hex 4A 55 10 D 0 51 43 46 44 14
Octal 112 125 20 15 0 121 103 106 104 24
Binary 1001010 1010101 10000 1101 0 1010001 1000011 1000110 1000100 10100

Color Harmonies of #4A5510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5510

Black with #4A5510

Text Example


Text Example

White with #4A5510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,85,16); }

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

background-color css

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

 a { background-color: rgb(74,85,16); }

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

border-color css

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

 span { border-color: rgb(74,85,16); }

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