Html Css Color HEX #488865 Como

📋 copy color: '#488865'

red 72 ◦ green 136 ◦ blue 101

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

Shades of Como #488865

Tints of Como #488865

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.01%

 BLUE value IS 101 (39.84% from 255) = 32.69%

R = 23.3%
G = 44.01%
B = 32.69%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#488865 (or 0x488865) is known color: Como. HEX triplet: 48, 88 and 65. RGB value is (72,136,101). Sum of RGB (Red+Green+Blue) = 72+136+101=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 136 - color contains mainly: green. Hex color #488865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488865 is #B7779A. Grayscale: #707070. Windows color (decimal): -12023707 or 6654024. OLE color: 6654024.

HSL color Cylindrical-coordinate representation of color #488865: hue angle of 147.19º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488865 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 136 101 -
CMYK 0.47 0 0.26 0.47
HSL 147.19º 0.31% 0.41% -
HSV(B) 147.19º 0.47% 0.53% -
XYZ 13.83 19.93 15.43 -
YUV 112.87 121.3 98.85 -
System Red Green Blue C M Y K H S L
Decimal 72 136 101 0.47 0 0.26 0.47 147.19 0.31 0.41
Hex 48 88 65 2F 0 1A 2F 93 1F 29
Octal 110 210 145 57 0 32 57 223 37 51
Binary 1001000 10001000 1100101 101111 0 11010 101111 10010011 11111 101001

Color Harmonies of #488865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488865

Black with #488865

Text Example


Text Example

White with #488865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488865; }

 p { color: rgb(72,136,101); }

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

background-color css

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

 a { background-color: rgb(72,136,101); }

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

border-color css

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

 span { border-color: rgb(72,136,101); }

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