Html Css Color HEX #488C62 Como

📋 copy color: '#488C62'

red 72 ◦ green 140 ◦ blue 98

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

Shades of Como #488C62

Tints of Como #488C62

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.16%

 BLUE value IS 98 (38.67% from 255) = 31.61%

R = 23.23%
G = 45.16%
B = 31.61%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.3

 K value IS 0.45

RGB Variations

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

Color information

#488C62 (or 0x488C62) is known color: Como. HEX triplet: 48, 8C and 62. RGB value is (72,140,98). Sum of RGB (Red+Green+Blue) = 72+140+98=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 140 (55.08% from 255 or 45.16% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 140 - color contains mainly: green. Hex color #488C62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488C62 is #B7739D. Grayscale: #727272. Windows color (decimal): -12022686 or 6458440. OLE color: 6458440.

HSL color Cylindrical-coordinate representation of color #488C62: hue angle of 142.94º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #488C62 is Cyan = 0.49, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 140 98 -
CMYK 0.49 0 0.3 0.45
HSL 142.94º 0.32% 0.42% -
HSV(B) 142.94º 0.49% 0.55% -
XYZ 14.26 21.02 14.86 -
YUV 114.88 118.47 97.42 -
System Red Green Blue C M Y K H S L
Decimal 72 140 98 0.49 0 0.3 0.45 142.94 0.32 0.42
Hex 48 8C 62 31 0 1E 2D 8F 20 2A
Octal 110 214 142 61 0 36 55 217 40 52
Binary 1001000 10001100 1100010 110001 0 11110 101101 10001111 100000 101010

Color Harmonies of #488C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488C62

Black with #488C62

Text Example


Text Example

White with #488C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,140,98); }

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

background-color css

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

 a { background-color: rgb(72,140,98); }

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

border-color css

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

 span { border-color: rgb(72,140,98); }

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