Html Css Color HEX #4A551B Verdun Green

📋 copy color: '#4A551B'

red 74 ◦ green 85 ◦ blue 27

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

Shades of Verdun Green #4A551B

Tints of Verdun Green #4A551B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 45.7%

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

R = 39.78%
G = 45.7%
B = 14.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#4A551B (or 0x4A551B) is known color: Verdun Green. HEX triplet: 4A, 55 and 1B. RGB value is (74,85,27). Sum of RGB (Red+Green+Blue) = 74+85+27=186 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.78% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 27 (10.94% from 255 or 14.52% from 186); Max value from RGB is 85 - color contains mainly: green. Hex color #4A551B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A551B is #B5AAE4. Grayscale: #4B4B4B. Windows color (decimal): -11905765 or 1791306. OLE color: 1791306.

HSL color Cylindrical-coordinate representation of color #4A551B: hue angle of 71.38º degrees, saturation: 0.52, 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 #4A551B is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB 74 85 27 -
CMYK 0.13 0 0.68 0.67
HSL 71.38º 0.52% 0.22% -
HSV(B) 71.38º 0.68% 0.33% -
XYZ 6.27 8.03 2.26 -
YUV 75.1 100.86 127.22 -
System Red Green Blue C M Y K H S L
Decimal 74 85 27 0.13 0 0.68 0.67 71.38 0.52 0.22
Hex 4A 55 1B D 0 44 43 47 34 16
Octal 112 125 33 15 0 104 103 107 64 26
Binary 1001010 1010101 11011 1101 0 1000100 1000011 1000111 110100 10110

Color Harmonies of #4A551B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A551B

Black with #4A551B

Text Example


Text Example

White with #4A551B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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