Html Css Color HEX #4A581C Verdun Green

📋 copy color: '#4A581C'

red 74 ◦ green 88 ◦ blue 28

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

Shades of Verdun Green #4A581C

Tints of Verdun Green #4A581C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 46.32%

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

R = 38.95%
G = 46.32%
B = 14.74%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#4A581C (or 0x4A581C) is known color: Verdun Green. HEX triplet: 4A, 58 and 1C. RGB value is (74,88,28). Sum of RGB (Red+Green+Blue) = 74+88+28=190 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.95% from 190); Green value is 88 (34.77% from 255 or 46.32% from 190); Blue value is 28 (11.33% from 255 or 14.74% from 190); Max value from RGB is 88 - color contains mainly: green. Hex color #4A581C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A581C is #B5A7E3. Grayscale: #4D4D4D. Windows color (decimal): -11904996 or 1857610. OLE color: 1857610.

HSL color Cylindrical-coordinate representation of color #4A581C: hue angle of 74º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A581C is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB 74 88 28 -
CMYK 0.16 0 0.68 0.65
HSL 74º 0.52% 0.23% -
HSV(B) 74º 0.68% 0.35% -
XYZ 6.52 8.52 2.4 -
YUV 76.97 100.36 125.88 -
System Red Green Blue C M Y K H S L
Decimal 74 88 28 0.16 0 0.68 0.65 74 0.52 0.23
Hex 4A 58 1C 10 0 44 41 4A 34 17
Octal 112 130 34 20 0 104 101 112 64 27
Binary 1001010 1011000 11100 10000 0 1000100 1000001 1001010 110100 10111

Color Harmonies of #4A581C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A581C

Black with #4A581C

Text Example


Text Example

White with #4A581C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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