Html Css Color HEX #487358 Como

📋 copy color: '#487358'

red 72 ◦ green 115 ◦ blue 88

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

Shades of Como #487358

Tints of Como #487358

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.82%

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

R = 26.18%
G = 41.82%
B = 32%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#487358 (or 0x487358) is known color: Como. HEX triplet: 48, 73 and 58. RGB value is (72,115,88). Sum of RGB (Red+Green+Blue) = 72+115+88=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 115 - color contains mainly: green. Hex color #487358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487358 is #B78CA7. Grayscale: #636363. Windows color (decimal): -12029096 or 5796680. OLE color: 5796680.

HSL color Cylindrical-coordinate representation of color #487358: hue angle of 142.33º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #487358 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 115 88 -
CMYK 0.37 0 0.23 0.55
HSL 142.33º 0.23% 0.37% -
HSV(B) 142.33º 0.37% 0.45% -
XYZ 10.56 14.34 11.44 -
YUV 99.07 121.75 108.7 -
System Red Green Blue C M Y K H S L
Decimal 72 115 88 0.37 0 0.23 0.55 142.33 0.23 0.37
Hex 48 73 58 25 0 17 37 8E 17 25
Octal 110 163 130 45 0 27 67 216 27 45
Binary 1001000 1110011 1011000 100101 0 10111 110111 10001110 10111 100101

Color Harmonies of #487358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487358

Black with #487358

Text Example


Text Example

White with #487358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487358; }

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

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

background-color css

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

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

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

border-color css

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

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

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