Html Css Color HEX #488158 Como

📋 copy color: '#488158'

red 72 ◦ green 129 ◦ blue 88

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

Shades of Como #488158

Tints of Como #488158

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.64%

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

R = 24.91%
G = 44.64%
B = 30.45%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#488158 (or 0x488158) is known color: Como. HEX triplet: 48, 81 and 58. RGB value is (72,129,88). Sum of RGB (Red+Green+Blue) = 72+129+88=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 129 - color contains mainly: green. Hex color #488158 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488158 is #B77EA7. Grayscale: #6B6B6B. Windows color (decimal): -12025512 or 5800264. OLE color: 5800264.

HSL color Cylindrical-coordinate representation of color #488158: hue angle of 136.84º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #488158 is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 129 88 -
CMYK 0.44 0 0.32 0.49
HSL 136.84º 0.28% 0.39% -
HSV(B) 136.84º 0.44% 0.51% -
XYZ 12.28 17.78 12.02 -
YUV 107.28 117.12 102.83 -
System Red Green Blue C M Y K H S L
Decimal 72 129 88 0.44 0 0.32 0.49 136.84 0.28 0.39
Hex 48 81 58 2C 0 20 31 89 1C 27
Octal 110 201 130 54 0 40 61 211 34 47
Binary 1001000 10000001 1011000 101100 0 100000 110001 10001001 11100 100111

Color Harmonies of #488158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488158

Black with #488158

Text Example


Text Example

White with #488158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488158; }

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

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

background-color css

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

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

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

border-color css

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

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

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