Html Css Color HEX #54550F Verdun Green

📋 copy color: '#54550F'

red 84 ◦ green 85 ◦ blue 15

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

Shades of Verdun Green #54550F

Tints of Verdun Green #54550F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.15%

R = 45.65%
G = 46.2%
B = 8.15%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#54550F (or 0x54550F) is known color: Verdun Green. HEX triplet: 54, 55 and 0F. RGB value is (84,85,15). Sum of RGB (Red+Green+Blue) = 84+85+15=184 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.65% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 85 - color contains mainly: green. Hex color #54550F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54550F is #ABAAF0. Grayscale: #4D4D4D. Windows color (decimal): -11250417 or 1004884. OLE color: 1004884.

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

Color convert

RGB 84 85 15 -
CMYK 0.01 0 0.82 0.67
HSL 60.86º 0.7% 0.2% -
HSV(B) 60.86º 0.82% 0.33% -
XYZ 6.99 8.42 1.71 -
YUV 76.72 93.17 133.19 -
System Red Green Blue C M Y K H S L
Decimal 84 85 15 0.01 0 0.82 0.67 60.86 0.7 0.2
Hex 54 55 F 1 0 52 43 3D 46 14
Octal 124 125 17 1 0 122 103 75 106 24
Binary 1010100 1010101 1111 1 0 1010010 1000011 111101 1000110 10100

Color Harmonies of #54550F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54550F

Black with #54550F

Text Example


Text Example

White with #54550F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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