Html Css Color HEX #545D06 Verdun Green

📋 copy color: '#545D06'

red 84 ◦ green 93 ◦ blue 6

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

Shades of Verdun Green #545D06

Tints of Verdun Green #545D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.28%

R = 45.9%
G = 50.82%
B = 3.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.64

RGB Variations

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

Color information

#545D06 (or 0x545D06) is known color: Verdun Green. HEX triplet: 54, 5D and 06. RGB value is (84,93,6). Sum of RGB (Red+Green+Blue) = 84+93+6=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 93 (36.72% from 255 or 50.82% from 183); Blue value is 6 (2.73% from 255 or 3.28% from 183); Max value from RGB is 93 - color contains mainly: green. Hex color #545D06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545D06 is #ABA2F9. Grayscale: #505050. Windows color (decimal): -11248378 or 417108. OLE color: 417108.

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

Color convert

RGB 84 93 6 -
CMYK 0.10 0 0.94 0.64
HSL 66.21º 0.88% 0.19% -
HSV(B) 66.21º 0.94% 0.36% -
XYZ 7.6 9.73 1.65 -
YUV 80.39 86.02 130.57 -
System Red Green Blue C M Y K H S L
Decimal 84 93 6 0.10 0 0.94 0.64 66.21 0.88 0.19
Hex 54 5D 6 A 0 5E 40 42 58 13
Octal 124 135 6 12 0 136 100 102 130 23
Binary 1010100 1011101 110 1010 0 1011110 1000000 1000010 1011000 10011

Color Harmonies of #545D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545D06

Black with #545D06

Text Example


Text Example

White with #545D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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