Html Css Color HEX #4A541B Verdun Green

📋 copy color: '#4A541B'

red 74 ◦ green 84 ◦ blue 27

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

Shades of Verdun Green #4A541B

Tints of Verdun Green #4A541B

RGB

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

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

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

R = 40%
G = 45.41%
B = 14.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#4A541B (or 0x4A541B) is known color: Verdun Green. HEX triplet: 4A, 54 and 1B. RGB value is (74,84,27). Sum of RGB (Red+Green+Blue) = 74+84+27=185 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 27 (10.94% from 255 or 14.59% from 185); Max value from RGB is 84 - color contains mainly: green. Hex color #4A541B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A541B is #B5ABE4. Grayscale: #4A4A4A. Windows color (decimal): -11906021 or 1791050. OLE color: 1791050.

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

Color convert

RGB 74 84 27 -
CMYK 0.12 0 0.68 0.67
HSL 70.53º 0.51% 0.22% -
HSV(B) 70.53º 0.68% 0.33% -
XYZ 6.19 7.88 2.23 -
YUV 74.51 101.19 127.63 -
System Red Green Blue C M Y K H S L
Decimal 74 84 27 0.12 0 0.68 0.67 70.53 0.51 0.22
Hex 4A 54 1B C 0 44 43 47 33 16
Octal 112 124 33 14 0 104 103 107 63 26
Binary 1001010 1010100 11011 1100 0 1000100 1000011 1000111 110011 10110

Color Harmonies of #4A541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A541B

Black with #4A541B

Text Example


Text Example

White with #4A541B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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