Html Css Color HEX #54530D Verdun Green

📋 copy color: '#54530D'

red 84 ◦ green 83 ◦ blue 13

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

Shades of Verdun Green #54530D

Tints of Verdun Green #54530D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 46.11%

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

R = 46.67%
G = 46.11%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#54530D (or 0x54530D) is known color: Verdun Green. HEX triplet: 54, 53 and 0D. RGB value is (84,83,13). Sum of RGB (Red+Green+Blue) = 84+83+13=180 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.67% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 84 - color contains mainly: red. Hex color #54530D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54530D is #ABACF2. Grayscale: #4B4B4B. Windows color (decimal): -11250931 or 873300. OLE color: 873300.

HSL color Cylindrical-coordinate representation of color #54530D: hue angle of 59.15º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #54530D is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 83 13 -
CMYK 0 0.01 0.85 0.67
HSL 59.15º 0.73% 0.19% -
HSV(B) 59.15º 0.85% 0.33% -
XYZ 6.82 8.1 1.58 -
YUV 75.32 92.83 134.19 -
System Red Green Blue C M Y K H S L
Decimal 84 83 13 0 0.01 0.85 0.67 59.15 0.73 0.19
Hex 54 53 D 0 1 55 43 3B 49 13
Octal 124 123 15 0 1 125 103 73 111 23
Binary 1010100 1010011 1101 0 1 1010101 1000011 111011 1001001 10011

Color Harmonies of #54530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54530D

Black with #54530D

Text Example


Text Example

White with #54530D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54530D; }

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

 H1.HeaderClassName
 {
   color: #54530D;
 }
 .AnyTagClassName
 {
   color: #54530D;
 }
</style>

background-color css

<style>
 a { background-color: #54530D; }

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

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

border-color css

<style>
 span { border-color: #54530D; }

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

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