Html Css Color HEX #4A5D1C Verdun Green

📋 copy color: '#4A5D1C'

red 74 ◦ green 93 ◦ blue 28

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

Shades of Verdun Green #4A5D1C

Tints of Verdun Green #4A5D1C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 47.69%

 BLUE value IS 28 (11.33% from 255) = 14.36%

R = 37.95%
G = 47.69%
B = 14.36%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.70

 K value IS 0.64

RGB Variations

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

Color information

#4A5D1C (or 0x4A5D1C) is known color: Verdun Green. HEX triplet: 4A, 5D and 1C. RGB value is (74,93,28). Sum of RGB (Red+Green+Blue) = 74+93+28=195 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.95% from 195); Green value is 93 (36.72% from 255 or 47.69% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 93 - color contains mainly: green. Hex color #4A5D1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5D1C is #B5A2E3. Grayscale: #505050. Windows color (decimal): -11903716 or 1858890. OLE color: 1858890.

HSL color Cylindrical-coordinate representation of color #4A5D1C: hue angle of 77.54º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A5D1C is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.64.

Color convert

RGB 74 93 28 -
CMYK 0.20 0 0.70 0.64
HSL 77.54º 0.54% 0.24% -
HSV(B) 77.54º 0.7% 0.36% -
XYZ 6.95 9.37 2.54 -
YUV 79.91 98.71 123.79 -
System Red Green Blue C M Y K H S L
Decimal 74 93 28 0.20 0 0.70 0.64 77.54 0.54 0.24
Hex 4A 5D 1C 14 0 46 40 4E 36 18
Octal 112 135 34 24 0 106 100 116 66 30
Binary 1001010 1011101 11100 10100 0 1000110 1000000 1001110 110110 11000

Color Harmonies of #4A5D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5D1C

Black with #4A5D1C

Text Example


Text Example

White with #4A5D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,93,28); }

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

background-color css

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

 a { background-color: rgb(74,93,28); }

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

border-color css

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

 span { border-color: rgb(74,93,28); }

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