Html Css Color HEX #548C48 Glade Green

📋 copy color: '#548C48'

red 84 ◦ green 140 ◦ blue 72

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

Shades of Glade Green #548C48

Tints of Glade Green #548C48

RGB

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

 GREEN value IS 140 (55.08% from 255) = 47.3%

 BLUE value IS 72 (28.52% from 255) = 24.32%

R = 28.38%
G = 47.3%
B = 24.32%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#548C48 (or 0x548C48) is known color: Glade Green. HEX triplet: 54, 8C and 48. RGB value is (84,140,72). Sum of RGB (Red+Green+Blue) = 84+140+72=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 140 (55.08% from 255 or 47.30% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 140 - color contains mainly: green. Hex color #548C48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548C48 is #AB73B7. Grayscale: #737373. Windows color (decimal): -11236280 or 4754516. OLE color: 4754516.

HSL color Cylindrical-coordinate representation of color #548C48: hue angle of 109.41º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #548C48 is Cyan = 0.4, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 140 72 -
CMYK 0.4 0 0.49 0.45
HSL 109.41º 0.32% 0.42% -
HSV(B) 109.41º 0.49% 0.55% -
XYZ 14.2 21.11 9.46 -
YUV 115.5 103.45 105.53 -
System Red Green Blue C M Y K H S L
Decimal 84 140 72 0.4 0 0.49 0.45 109.41 0.32 0.42
Hex 54 8C 48 28 0 31 2D 6D 20 2A
Octal 124 214 110 50 0 61 55 155 40 52
Binary 1010100 10001100 1001000 101000 0 110001 101101 1101101 100000 101010

Color Harmonies of #548C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548C48

Black with #548C48

Text Example


Text Example

White with #548C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548C48; }

 p { color: rgb(84,140,72); }

 H1.HeaderClassName
 {
   color: #548C48;
 }
 .AnyTagClassName
 {
   color: #548C48;
 }
</style>

background-color css

<style>
 a { background-color: #548C48; }

 a { background-color: rgb(84,140,72); }

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

border-color css

<style>
 span { border-color: #548C48; }

 span { border-color: rgb(84,140,72); }

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