Html Css Color HEX #488A5B Como

📋 copy color: '#488A5B'

red 72 ◦ green 138 ◦ blue 91

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

Shades of Como #488A5B

Tints of Como #488A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.23%

R = 23.92%
G = 45.85%
B = 30.23%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#488A5B (or 0x488A5B) is known color: Como. HEX triplet: 48, 8A and 5B. RGB value is (72,138,91). Sum of RGB (Red+Green+Blue) = 72+138+91=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 138 (54.30% from 255 or 45.85% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 138 - color contains mainly: green. Hex color #488A5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488A5B is #B775A4. Grayscale: #717171. Windows color (decimal): -12023205 or 5999176. OLE color: 5999176.

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

Color convert

RGB 72 138 91 -
CMYK 0.48 0 0.34 0.46
HSL 137.27º 0.31% 0.41% -
HSV(B) 137.27º 0.48% 0.54% -
XYZ 13.65 20.31 13.1 -
YUV 112.91 115.63 98.82 -
System Red Green Blue C M Y K H S L
Decimal 72 138 91 0.48 0 0.34 0.46 137.27 0.31 0.41
Hex 48 8A 5B 30 0 22 2E 89 1F 29
Octal 110 212 133 60 0 42 56 211 37 51
Binary 1001000 10001010 1011011 110000 0 100010 101110 10001001 11111 101001

Color Harmonies of #488A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488A5B

Black with #488A5B

Text Example


Text Example

White with #488A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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