Html Css Color HEX #4A581B Verdun Green

📋 copy color: '#4A581B'

red 74 ◦ green 88 ◦ blue 27

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

Shades of Verdun Green #4A581B

Tints of Verdun Green #4A581B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.29%

R = 39.15%
G = 46.56%
B = 14.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#4A581B (or 0x4A581B) is known color: Verdun Green. HEX triplet: 4A, 58 and 1B. RGB value is (74,88,27). Sum of RGB (Red+Green+Blue) = 74+88+27=189 (25% of max value = 765). Red value is 74 (29.30% from 255 or 39.15% from 189); Green value is 88 (34.77% from 255 or 46.56% from 189); Blue value is 27 (10.94% from 255 or 14.29% from 189); Max value from RGB is 88 - color contains mainly: green. Hex color #4A581B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A581B is #B5A7E4. Grayscale: #4D4D4D. Windows color (decimal): -11904997 or 1792074. OLE color: 1792074.

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

Color convert

RGB 74 88 27 -
CMYK 0.16 0 0.69 0.65
HSL 73.77º 0.53% 0.23% -
HSV(B) 73.77º 0.69% 0.35% -
XYZ 6.51 8.51 2.34 -
YUV 76.86 99.86 125.96 -
System Red Green Blue C M Y K H S L
Decimal 74 88 27 0.16 0 0.69 0.65 73.77 0.53 0.23
Hex 4A 58 1B 10 0 45 41 4A 35 17
Octal 112 130 33 20 0 105 101 112 65 27
Binary 1001010 1011000 11011 10000 0 1000101 1000001 1001010 110101 10111

Color Harmonies of #4A581B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A581B

Black with #4A581B

Text Example


Text Example

White with #4A581B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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