Html Css Color HEX #488958 Como

📋 copy color: '#488958'

red 72 ◦ green 137 ◦ blue 88

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

Shades of Como #488958

Tints of Como #488958

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.13%

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

R = 24.24%
G = 46.13%
B = 29.63%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.36

 K value IS 0.46

RGB Variations

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

Color information

#488958 (or 0x488958) is known color: Como. HEX triplet: 48, 89 and 58. RGB value is (72,137,88). Sum of RGB (Red+Green+Blue) = 72+137+88=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 137 - color contains mainly: green. Hex color #488958 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488958 is #B776A7. Grayscale: #707070. Windows color (decimal): -12023464 or 5802312. OLE color: 5802312.

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

Color convert

RGB 72 137 88 -
CMYK 0.47 0 0.36 0.46
HSL 134.77º 0.31% 0.41% -
HSV(B) 134.77º 0.47% 0.54% -
XYZ 13.38 19.97 12.38 -
YUV 111.98 114.47 99.48 -
System Red Green Blue C M Y K H S L
Decimal 72 137 88 0.47 0 0.36 0.46 134.77 0.31 0.41
Hex 48 89 58 2F 0 24 2E 87 1F 29
Octal 110 211 130 57 0 44 56 207 37 51
Binary 1001000 10001001 1011000 101111 0 100100 101110 10000111 11111 101001

Color Harmonies of #488958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488958

Black with #488958

Text Example


Text Example

White with #488958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488958; }

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

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

background-color css

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

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

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

border-color css

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

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

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