Html Css Color HEX #54530A Verdun Green

📋 copy color: '#54530A'

red 84 ◦ green 83 ◦ blue 10

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

Shades of Verdun Green #54530A

Tints of Verdun Green #54530A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.65%

R = 47.46%
G = 46.89%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#54530A (or 0x54530A) is known color: Verdun Green. HEX triplet: 54, 53 and 0A. RGB value is (84,83,10). Sum of RGB (Red+Green+Blue) = 84+83+10=177 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.46% from 177); Green value is 83 (32.81% from 255 or 46.89% from 177); Blue value is 10 (4.30% from 255 or 5.65% from 177); Max value from RGB is 84 - color contains mainly: red. Hex color #54530A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54530A is #ABACF5. Grayscale: #4B4B4B. Windows color (decimal): -11250934 or 676692. OLE color: 676692.

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

Color convert

RGB 84 83 10 -
CMYK 0 0.01 0.88 0.67
HSL 59.19º 0.79% 0.18% -
HSV(B) 59.19º 0.88% 0.33% -
XYZ 6.8 8.09 1.49 -
YUV 74.98 91.33 134.44 -
System Red Green Blue C M Y K H S L
Decimal 84 83 10 0 0.01 0.88 0.67 59.19 0.79 0.18
Hex 54 53 A 0 1 58 43 3B 4F 12
Octal 124 123 12 0 1 130 103 73 117 22
Binary 1010100 1010011 1010 0 1 1011000 1000011 111011 1001111 10010

Color Harmonies of #54530A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54530A

Black with #54530A

Text Example


Text Example

White with #54530A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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