Html Css Color HEX #545D10 Verdun Green

📋 copy color: '#545D10'

red 84 ◦ green 93 ◦ blue 16

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

Shades of Verdun Green #545D10

Tints of Verdun Green #545D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.29%

R = 43.52%
G = 48.19%
B = 8.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.83

 K value IS 0.64

RGB Variations

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

Color information

#545D10 (or 0x545D10) is known color: Verdun Green. HEX triplet: 54, 5D and 10. RGB value is (84,93,16). Sum of RGB (Red+Green+Blue) = 84+93+16=193 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.52% from 193); Green value is 93 (36.72% from 255 or 48.19% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 93 - color contains mainly: green. Hex color #545D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545D10 is #ABA2EF. Grayscale: #515151. Windows color (decimal): -11248368 or 1072468. OLE color: 1072468.

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

Color convert

RGB 84 93 16 -
CMYK 0.10 0 0.83 0.64
HSL 67.01º 0.71% 0.21% -
HSV(B) 67.01º 0.83% 0.36% -
XYZ 7.66 9.75 1.97 -
YUV 81.53 91.02 129.76 -
System Red Green Blue C M Y K H S L
Decimal 84 93 16 0.10 0 0.83 0.64 67.01 0.71 0.21
Hex 54 5D 10 A 0 53 40 43 47 15
Octal 124 135 20 12 0 123 100 103 107 25
Binary 1010100 1011101 10000 1010 0 1010011 1000000 1000011 1000111 10101

Color Harmonies of #545D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545D10

Black with #545D10

Text Example


Text Example

White with #545D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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