Html Css Color HEX #488A58 Como

📋 copy color: '#488A58'

red 72 ◦ green 138 ◦ blue 88

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

Shades of Como #488A58

Tints of Como #488A58

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46.31%

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

R = 24.16%
G = 46.31%
B = 29.53%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.36

 K value IS 0.46

RGB Variations

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

Color information

#488A58 (or 0x488A58) is known color: Como. HEX triplet: 48, 8A and 58. RGB value is (72,138,88). Sum of RGB (Red+Green+Blue) = 72+138+88=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 138 (54.30% from 255 or 46.31% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 138 - color contains mainly: green. Hex color #488A58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488A58 is #B775A7. Grayscale: #707070. Windows color (decimal): -12023208 or 5802568. OLE color: 5802568.

HSL color Cylindrical-coordinate representation of color #488A58: hue angle of 134.55º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #488A58 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 138 88 -
CMYK 0.48 0 0.36 0.46
HSL 134.55º 0.31% 0.41% -
HSV(B) 134.55º 0.48% 0.54% -
XYZ 13.52 20.26 12.43 -
YUV 112.57 114.13 99.07 -
System Red Green Blue C M Y K H S L
Decimal 72 138 88 0.48 0 0.36 0.46 134.55 0.31 0.41
Hex 48 8A 58 30 0 24 2E 87 1F 29
Octal 110 212 130 60 0 44 56 207 37 51
Binary 1001000 10001010 1011000 110000 0 100100 101110 10000111 11111 101001

Color Harmonies of #488A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488A58

Black with #488A58

Text Example


Text Example

White with #488A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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