Html Css Color HEX #548462 Como

📋 copy color: '#548462'

red 84 ◦ green 132 ◦ blue 98

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

Shades of Como #548462

Tints of Como #548462

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.04%

 BLUE value IS 98 (38.67% from 255) = 31.21%

R = 26.75%
G = 42.04%
B = 31.21%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#548462 (or 0x548462) is known color: Como. HEX triplet: 54, 84 and 62. RGB value is (84,132,98). Sum of RGB (Red+Green+Blue) = 84+132+98=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 132 - color contains mainly: green. Hex color #548462 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548462 is #AB7B9D. Grayscale: #717171. Windows color (decimal): -11238302 or 6456404. OLE color: 6456404.

HSL color Cylindrical-coordinate representation of color #548462: hue angle of 137.5º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #548462 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 84 132 98 -
CMYK 0.36 0 0.26 0.48
HSL 137.5º 0.22% 0.42% -
HSV(B) 137.5º 0.36% 0.52% -
XYZ 14.11 19.27 14.53 -
YUV 113.77 119.1 106.76 -
System Red Green Blue C M Y K H S L
Decimal 84 132 98 0.36 0 0.26 0.48 137.5 0.22 0.42
Hex 54 84 62 24 0 1A 30 8A 16 2A
Octal 124 204 142 44 0 32 60 212 26 52
Binary 1010100 10000100 1100010 100100 0 11010 110000 10001010 10110 101010

Color Harmonies of #548462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548462

Black with #548462

Text Example


Text Example

White with #548462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548462; }

 p { color: rgb(84,132,98); }

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

background-color css

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

 a { background-color: rgb(84,132,98); }

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

border-color css

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

 span { border-color: rgb(84,132,98); }

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