Html Css Color HEX #545D04 Verdun Green

📋 copy color: '#545D04'

red 84 ◦ green 93 ◦ blue 4

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

Shades of Verdun Green #545D04

Tints of Verdun Green #545D04

RGB

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

 GREEN value IS 93 (36.72% from 255) = 51.38%

 BLUE value IS 4 (1.95% from 255) = 2.21%

R = 46.41%
G = 51.38%
B = 2.21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.64

RGB Variations

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

Color information

#545D04 (or 0x545D04) is known color: Verdun Green. HEX triplet: 54, 5D and 04. RGB value is (84,93,4). Sum of RGB (Red+Green+Blue) = 84+93+4=181 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.41% from 181); Green value is 93 (36.72% from 255 or 51.38% from 181); Blue value is 4 (1.95% from 255 or 2.21% from 181); Max value from RGB is 93 - color contains mainly: green. Hex color #545D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545D04 is #ABA2FB. Grayscale: #505050. Windows color (decimal): -11248380 or 286036. OLE color: 286036.

HSL color Cylindrical-coordinate representation of color #545D04: hue angle of 66.07º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #545D04 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.

Color convert

RGB 84 93 4 -
CMYK 0.10 0 0.96 0.64
HSL 66.07º 0.92% 0.19% -
HSV(B) 66.07º 0.96% 0.36% -
XYZ 7.59 9.72 1.59 -
YUV 80.16 85.02 130.74 -
System Red Green Blue C M Y K H S L
Decimal 84 93 4 0.10 0 0.96 0.64 66.07 0.92 0.19
Hex 54 5D 4 A 0 60 40 42 5C 13
Octal 124 135 4 12 0 140 100 102 134 23
Binary 1010100 1011101 100 1010 0 1100000 1000000 1000010 1011100 10011

Color Harmonies of #545D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545D04

Black with #545D04

Text Example


Text Example

White with #545D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545D04; }

 p { color: rgb(84,93,4); }

 H1.HeaderClassName
 {
   color: #545D04;
 }
 .AnyTagClassName
 {
   color: #545D04;
 }
</style>

background-color css

<style>
 a { background-color: #545D04; }

 a { background-color: rgb(84,93,4); }

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

border-color css

<style>
 span { border-color: #545D04; }

 span { border-color: rgb(84,93,4); }

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