Html Css Color HEX #488458 Como

📋 copy color: '#488458'

red 72 ◦ green 132 ◦ blue 88

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

Shades of Como #488458

Tints of Como #488458

RGB

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

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

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

R = 24.66%
G = 45.21%
B = 30.14%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#488458 (or 0x488458) is known color: Como. HEX triplet: 48, 84 and 58. RGB value is (72,132,88). Sum of RGB (Red+Green+Blue) = 72+132+88=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 132 (51.95% from 255 or 45.21% from 292); Blue value is 88 (34.77% from 255 or 30.14% from 292); Max value from RGB is 132 - color contains mainly: green. Hex color #488458 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488458 is #B77BA7. Grayscale: #6D6D6D. Windows color (decimal): -12024744 or 5801032. OLE color: 5801032.

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

Color convert

RGB 72 132 88 -
CMYK 0.45 0 0.33 0.48
HSL 136º 0.29% 0.4% -
HSV(B) 136º 0.45% 0.52% -
XYZ 12.69 18.58 12.15 -
YUV 109.04 116.12 101.58 -
System Red Green Blue C M Y K H S L
Decimal 72 132 88 0.45 0 0.33 0.48 136 0.29 0.4
Hex 48 84 58 2D 0 21 30 88 1D 28
Octal 110 204 130 55 0 41 60 210 35 50
Binary 1001000 10000100 1011000 101101 0 100001 110000 10001000 11101 101000

Color Harmonies of #488458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488458

Black with #488458

Text Example


Text Example

White with #488458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488458; }

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

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

background-color css

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

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

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

border-color css

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

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

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