Html Css Color HEX #488557 Como

📋 copy color: '#488557'

red 72 ◦ green 133 ◦ blue 87

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

Shades of Como #488557

Tints of Como #488557

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.55%

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

R = 24.66%
G = 45.55%
B = 29.79%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#488557 (or 0x488557) is known color: Como. HEX triplet: 48, 85 and 57. RGB value is (72,133,87). Sum of RGB (Red+Green+Blue) = 72+133+87=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 87 (34.38% from 255 or 29.79% from 292); Max value from RGB is 133 - color contains mainly: green. Hex color #488557 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488557 is #B77AA8. Grayscale: #6D6D6D. Windows color (decimal): -12024489 or 5735752. OLE color: 5735752.

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

Color convert

RGB 72 133 87 -
CMYK 0.46 0 0.35 0.48
HSL 134.75º 0.3% 0.4% -
HSV(B) 134.75º 0.46% 0.52% -
XYZ 12.78 18.84 11.98 -
YUV 109.52 115.29 101.24 -
System Red Green Blue C M Y K H S L
Decimal 72 133 87 0.46 0 0.35 0.48 134.75 0.3 0.4
Hex 48 85 57 2E 0 23 30 87 1E 28
Octal 110 205 127 56 0 43 60 207 36 50
Binary 1001000 10000101 1010111 101110 0 100011 110000 10000111 11110 101000

Color Harmonies of #488557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488557

Black with #488557

Text Example


Text Example

White with #488557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488557; }

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

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

background-color css

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

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

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

border-color css

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

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

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