Html Css Color HEX #545D0D Verdun Green

📋 copy color: '#545D0D'

red 84 ◦ green 93 ◦ blue 13

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

Shades of Verdun Green #545D0D

Tints of Verdun Green #545D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.84%

R = 44.21%
G = 48.95%
B = 6.84%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.64

RGB Variations

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

Color information

#545D0D (or 0x545D0D) is known color: Verdun Green. HEX triplet: 54, 5D and 0D. RGB value is (84,93,13). Sum of RGB (Red+Green+Blue) = 84+93+13=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 93 (36.72% from 255 or 48.95% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 93 - color contains mainly: green. Hex color #545D0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545D0D is #ABA2F2. Grayscale: #515151. Windows color (decimal): -11248371 or 875860. OLE color: 875860.

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

Color convert

RGB 84 93 13 -
CMYK 0.10 0 0.86 0.64
HSL 66.75º 0.75% 0.21% -
HSV(B) 66.75º 0.86% 0.36% -
XYZ 7.64 9.74 1.86 -
YUV 81.19 89.52 130 -
System Red Green Blue C M Y K H S L
Decimal 84 93 13 0.10 0 0.86 0.64 66.75 0.75 0.21
Hex 54 5D D A 0 56 40 43 4B 15
Octal 124 135 15 12 0 126 100 103 113 25
Binary 1010100 1011101 1101 1010 0 1010110 1000000 1000011 1001011 10101

Color Harmonies of #545D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545D0D

Black with #545D0D

Text Example


Text Example

White with #545D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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