Html Css Color HEX #488257 Como

📋 copy color: '#488257'

red 72 ◦ green 130 ◦ blue 87

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

Shades of Como #488257

Tints of Como #488257

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.98%

 BLUE value IS 87 (34.38% from 255) = 30.1%

R = 24.91%
G = 44.98%
B = 30.1%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#488257 (or 0x488257) is known color: Como. HEX triplet: 48, 82 and 57. RGB value is (72,130,87). Sum of RGB (Red+Green+Blue) = 72+130+87=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 87 (34.38% from 255 or 30.10% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #488257 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488257 is #B77DA8. Grayscale: #6B6B6B. Windows color (decimal): -12025257 or 5734984. OLE color: 5734984.

HSL color Cylindrical-coordinate representation of color #488257: hue angle of 135.52º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #488257 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 130 87 -
CMYK 0.45 0 0.33 0.49
HSL 135.52º 0.29% 0.4% -
HSV(B) 135.52º 0.45% 0.51% -
XYZ 12.38 18.03 11.84 -
YUV 107.76 116.28 102.5 -
System Red Green Blue C M Y K H S L
Decimal 72 130 87 0.45 0 0.33 0.49 135.52 0.29 0.4
Hex 48 82 57 2D 0 21 31 88 1D 28
Octal 110 202 127 55 0 41 61 210 35 50
Binary 1001000 10000010 1010111 101101 0 100001 110001 10001000 11101 101000

Color Harmonies of #488257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488257

Black with #488257

Text Example


Text Example

White with #488257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488257; }

 p { color: rgb(72,130,87); }

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

background-color css

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

 a { background-color: rgb(72,130,87); }

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

border-color css

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

 span { border-color: rgb(72,130,87); }

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