Html Css Color HEX #54550E Verdun Green

📋 copy color: '#54550E'

red 84 ◦ green 85 ◦ blue 14

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

Shades of Verdun Green #54550E

Tints of Verdun Green #54550E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 46.45%

 BLUE value IS 14 (5.86% from 255) = 7.65%

R = 45.9%
G = 46.45%
B = 7.65%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#54550E (or 0x54550E) is known color: Verdun Green. HEX triplet: 54, 55 and 0E. RGB value is (84,85,14). Sum of RGB (Red+Green+Blue) = 84+85+14=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 14 (5.86% from 255 or 7.65% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #54550E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54550E is #ABAAF1. Grayscale: #4C4C4C. Windows color (decimal): -11250418 or 939348. OLE color: 939348.

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

Color convert

RGB 84 85 14 -
CMYK 0.01 0 0.84 0.67
HSL 60.85º 0.72% 0.19% -
HSV(B) 60.85º 0.84% 0.33% -
XYZ 6.98 8.41 1.67 -
YUV 76.61 92.67 133.27 -
System Red Green Blue C M Y K H S L
Decimal 84 85 14 0.01 0 0.84 0.67 60.85 0.72 0.19
Hex 54 55 E 1 0 54 43 3D 48 13
Octal 124 125 16 1 0 124 103 75 110 23
Binary 1010100 1010101 1110 1 0 1010100 1000011 111101 1001000 10011

Color Harmonies of #54550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54550E

Black with #54550E

Text Example


Text Example

White with #54550E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54550E; }

 p { color: rgb(84,85,14); }

 H1.HeaderClassName
 {
   color: #54550E;
 }
 .AnyTagClassName
 {
   color: #54550E;
 }
</style>

background-color css

<style>
 a { background-color: #54550E; }

 a { background-color: rgb(84,85,14); }

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

border-color css

<style>
 span { border-color: #54550E; }

 span { border-color: rgb(84,85,14); }

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