Html Css Color HEX #544C01 Verdun Green

📋 copy color: '#544C01'

red 84 ◦ green 76 ◦ blue 1

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

Shades of Verdun Green #544C01

Tints of Verdun Green #544C01

RGB

 RED value IS 84 (33.2% from 255) = 52.17%

 GREEN value IS 76 (30.08% from 255) = 47.2%

 BLUE value IS 1 (0.78% from 255) = 0.62%

R = 52.17%
G = 47.2%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#544C01 (or 0x544C01) is known color: Verdun Green. HEX triplet: 54, 4C and 01. RGB value is (84,76,1). Sum of RGB (Red+Green+Blue) = 84+76+1=161 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.17% from 161); Green value is 76 (30.08% from 255 or 47.20% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 84 - color contains mainly: red. Hex color #544C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544C01 is #ABB3FE. Grayscale: #464646. Windows color (decimal): -11252735 or 85076. OLE color: 85076.

HSL color Cylindrical-coordinate representation of color #544C01: hue angle of 54.22º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #544C01 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 76 1 -
CMYK 0 0.10 0.99 0.67
HSL 54.22º 0.98% 0.17% -
HSV(B) 54.22º 0.99% 0.33% -
XYZ 6.25 7.06 1.06 -
YUV 69.84 89.15 138.1 -
System Red Green Blue C M Y K H S L
Decimal 84 76 1 0 0.10 0.99 0.67 54.22 0.98 0.17
Hex 54 4C 1 0 A 63 43 36 62 11
Octal 124 114 1 0 12 143 103 66 142 21
Binary 1010100 1001100 1 0 1010 1100011 1000011 110110 1100010 10001

Color Harmonies of #544C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544C01

Black with #544C01

Text Example


Text Example

White with #544C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544C01; }

 p { color: rgb(84,76,1); }

 H1.HeaderClassName
 {
   color: #544C01;
 }
 .AnyTagClassName
 {
   color: #544C01;
 }
</style>

background-color css

<style>
 a { background-color: #544C01; }

 a { background-color: rgb(84,76,1); }

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

border-color css

<style>
 span { border-color: #544C01; }

 span { border-color: rgb(84,76,1); }

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