Html Css Color HEX #4A550F Verdun Green

📋 copy color: '#4A550F'

red 74 ◦ green 85 ◦ blue 15

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

Shades of Verdun Green #4A550F

Tints of Verdun Green #4A550F

RGB

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

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

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

R = 42.53%
G = 48.85%
B = 8.62%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#4A550F (or 0x4A550F) is known color: Verdun Green. HEX triplet: 4A, 55 and 0F. RGB value is (74,85,15). Sum of RGB (Red+Green+Blue) = 74+85+15=174 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.53% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 15 (6.25% from 255 or 8.62% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #4A550F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A550F is #B5AAF0. Grayscale: #4A4A4A. Windows color (decimal): -11905777 or 1004874. OLE color: 1004874.

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

Color convert

RGB 74 85 15 -
CMYK 0.13 0 0.82 0.67
HSL 69.43º 0.7% 0.2% -
HSV(B) 69.43º 0.82% 0.33% -
XYZ 6.16 7.99 1.67 -
YUV 73.73 94.86 128.19 -
System Red Green Blue C M Y K H S L
Decimal 74 85 15 0.13 0 0.82 0.67 69.43 0.7 0.2
Hex 4A 55 F D 0 52 43 45 46 14
Octal 112 125 17 15 0 122 103 105 106 24
Binary 1001010 1010101 1111 1101 0 1010010 1000011 1000101 1000110 10100

Color Harmonies of #4A550F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A550F

Black with #4A550F

Text Example


Text Example

White with #4A550F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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