Html Css Color HEX #488758 Como

📋 copy color: '#488758'

red 72 ◦ green 135 ◦ blue 88

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

Shades of Como #488758

Tints of Como #488758

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.76%

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

R = 24.41%
G = 45.76%
B = 29.83%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#488758 (or 0x488758) is known color: Como. HEX triplet: 48, 87 and 58. RGB value is (72,135,88). Sum of RGB (Red+Green+Blue) = 72+135+88=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 135 - color contains mainly: green. Hex color #488758 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488758 is #B778A7. Grayscale: #6E6E6E. Windows color (decimal): -12023976 or 5801800. OLE color: 5801800.

HSL color Cylindrical-coordinate representation of color #488758: hue angle of 135.24º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488758 is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 135 88 -
CMYK 0.47 0 0.35 0.47
HSL 135.24º 0.3% 0.41% -
HSV(B) 135.24º 0.47% 0.53% -
XYZ 13.1 19.41 12.29 -
YUV 110.81 115.13 100.32 -
System Red Green Blue C M Y K H S L
Decimal 72 135 88 0.47 0 0.35 0.47 135.24 0.3 0.41
Hex 48 87 58 2F 0 23 2F 87 1E 29
Octal 110 207 130 57 0 43 57 207 36 51
Binary 1001000 10000111 1011000 101111 0 100011 101111 10000111 11110 101001

Color Harmonies of #488758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488758

Black with #488758

Text Example


Text Example

White with #488758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488758; }

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

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

background-color css

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

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

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

border-color css

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

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

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