Html Css Color HEX #488A59 Como

📋 copy color: '#488A59'

red 72 ◦ green 138 ◦ blue 89

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

Shades of Como #488A59

Tints of Como #488A59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 29.77%

R = 24.08%
G = 46.15%
B = 29.77%

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

#488A59 (or 0x488A59) is known color: Como. HEX triplet: 48, 8A and 59. RGB value is (72,138,89). Sum of RGB (Red+Green+Blue) = 72+138+89=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 138 (54.30% from 255 or 46.15% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 138 - color contains mainly: green. Hex color #488A59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488A59 is #B775A6. Grayscale: #707070. Windows color (decimal): -12023207 or 5868104. OLE color: 5868104.

HSL color Cylindrical-coordinate representation of color #488A59: hue angle of 135.45º 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 #488A59 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 138 89 -
CMYK 0.48 0 0.36 0.46
HSL 135.45º 0.31% 0.41% -
HSV(B) 135.45º 0.48% 0.54% -
XYZ 13.56 20.28 12.65 -
YUV 112.68 114.63 98.98 -
System Red Green Blue C M Y K H S L
Decimal 72 138 89 0.48 0 0.36 0.46 135.45 0.31 0.41
Hex 48 8A 59 30 0 24 2E 87 1F 29
Octal 110 212 131 60 0 44 56 207 37 51
Binary 1001000 10001010 1011001 110000 0 100100 101110 10000111 11111 101001

Color Harmonies of #488A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488A59

Black with #488A59

Text Example


Text Example

White with #488A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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