Html Css Color HEX #488457 Como

📋 copy color: '#488457'

red 72 ◦ green 132 ◦ blue 87

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

Shades of Como #488457

Tints of Como #488457

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.36%

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

R = 24.74%
G = 45.36%
B = 29.9%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#488457 (or 0x488457) is known color: Como. HEX triplet: 48, 84 and 57. RGB value is (72,132,87). Sum of RGB (Red+Green+Blue) = 72+132+87=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 87 (34.38% from 255 or 29.90% from 291); Max value from RGB is 132 - color contains mainly: green. Hex color #488457 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488457 is #B77BA8. Grayscale: #6D6D6D. Windows color (decimal): -12024745 or 5735496. OLE color: 5735496.

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

Color convert

RGB 72 132 87 -
CMYK 0.45 0 0.34 0.48
HSL 135º 0.29% 0.4% -
HSV(B) 135º 0.45% 0.52% -
XYZ 12.64 18.57 11.93 -
YUV 108.93 115.62 101.66 -
System Red Green Blue C M Y K H S L
Decimal 72 132 87 0.45 0 0.34 0.48 135 0.29 0.4
Hex 48 84 57 2D 0 22 30 87 1D 28
Octal 110 204 127 55 0 42 60 207 35 50
Binary 1001000 10000100 1010111 101101 0 100010 110000 10000111 11101 101000

Color Harmonies of #488457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488457

Black with #488457

Text Example


Text Example

White with #488457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488457; }

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

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

background-color css

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

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

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

border-color css

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

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

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