Html Css Color HEX #4A541C Verdun Green

📋 copy color: '#4A541C'

red 74 ◦ green 84 ◦ blue 28

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

Shades of Verdun Green #4A541C

Tints of Verdun Green #4A541C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 45.16%

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

R = 39.78%
G = 45.16%
B = 15.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#4A541C (or 0x4A541C) is known color: Verdun Green. HEX triplet: 4A, 54 and 1C. RGB value is (74,84,28). Sum of RGB (Red+Green+Blue) = 74+84+28=186 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.78% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 28 (11.33% from 255 or 15.05% from 186); Max value from RGB is 84 - color contains mainly: green. Hex color #4A541C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A541C is #B5ABE3. Grayscale: #4A4A4A. Windows color (decimal): -11906020 or 1856586. OLE color: 1856586.

HSL color Cylindrical-coordinate representation of color #4A541C: hue angle of 70.71º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A541C is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 74 84 28 -
CMYK 0.12 0 0.67 0.67
HSL 70.71º 0.5% 0.22% -
HSV(B) 70.71º 0.67% 0.33% -
XYZ 6.2 7.88 2.29 -
YUV 74.63 101.69 127.55 -
System Red Green Blue C M Y K H S L
Decimal 74 84 28 0.12 0 0.67 0.67 70.71 0.5 0.22
Hex 4A 54 1C C 0 43 43 47 32 16
Octal 112 124 34 14 0 103 103 107 62 26
Binary 1001010 1010100 11100 1100 0 1000011 1000011 1000111 110010 10110

Color Harmonies of #4A541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A541C

Black with #4A541C

Text Example


Text Example

White with #4A541C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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