Html Css Color HEX #488558 Como

📋 copy color: '#488558'

red 72 ◦ green 133 ◦ blue 88

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

Shades of Como #488558

Tints of Como #488558

RGB

 RED value IS 72 (28.52% from 255) = 24.57%

 GREEN value IS 133 (52.34% from 255) = 45.39%

 BLUE value IS 88 (34.77% from 255) = 30.03%

R = 24.57%
G = 45.39%
B = 30.03%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#488558 (or 0x488558) is known color: Como. HEX triplet: 48, 85 and 58. RGB value is (72,133,88). Sum of RGB (Red+Green+Blue) = 72+133+88=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 133 (52.34% from 255 or 45.39% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 133 - color contains mainly: green. Hex color #488558 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488558 is #B77AA7. Grayscale: #6D6D6D. Windows color (decimal): -12024488 or 5801288. OLE color: 5801288.

HSL color Cylindrical-coordinate representation of color #488558: hue angle of 135.74º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #488558 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 133 88 -
CMYK 0.46 0 0.34 0.48
HSL 135.74º 0.3% 0.4% -
HSV(B) 135.74º 0.46% 0.52% -
XYZ 12.82 18.86 12.2 -
YUV 109.63 115.79 101.16 -
System Red Green Blue C M Y K H S L
Decimal 72 133 88 0.46 0 0.34 0.48 135.74 0.3 0.4
Hex 48 85 58 2E 0 22 30 88 1E 28
Octal 110 205 130 56 0 42 60 210 36 50
Binary 1001000 10000101 1011000 101110 0 100010 110000 10001000 11110 101000

Color Harmonies of #488558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488558

Black with #488558

Text Example


Text Example

White with #488558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488558; }

 p { color: rgb(72,133,88); }

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

background-color css

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

 a { background-color: rgb(72,133,88); }

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

border-color css

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

 span { border-color: rgb(72,133,88); }

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