Html Css Color HEX #488864 Como

📋 copy color: '#488864'

red 72 ◦ green 136 ◦ blue 100

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

Shades of Como #488864

Tints of Como #488864

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.16%

 BLUE value IS 100 (39.45% from 255) = 32.47%

R = 23.38%
G = 44.16%
B = 32.47%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#488864 (or 0x488864) is known color: Como. HEX triplet: 48, 88 and 64. RGB value is (72,136,100). Sum of RGB (Red+Green+Blue) = 72+136+100=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 136 - color contains mainly: green. Hex color #488864 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488864 is #B7779B. Grayscale: #707070. Windows color (decimal): -12023708 or 6588488. OLE color: 6588488.

HSL color Cylindrical-coordinate representation of color #488864: hue angle of 146.25º degrees, saturation: 0.31, 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 #488864 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 136 100 -
CMYK 0.47 0 0.26 0.47
HSL 146.25º 0.31% 0.41% -
HSV(B) 146.25º 0.47% 0.53% -
XYZ 13.78 19.91 15.17 -
YUV 112.76 120.8 98.93 -
System Red Green Blue C M Y K H S L
Decimal 72 136 100 0.47 0 0.26 0.47 146.25 0.31 0.41
Hex 48 88 64 2F 0 1A 2F 92 1F 29
Octal 110 210 144 57 0 32 57 222 37 51
Binary 1001000 10001000 1100100 101111 0 11010 101111 10010010 11111 101001

Color Harmonies of #488864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488864

Black with #488864

Text Example


Text Example

White with #488864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488864; }

 p { color: rgb(72,136,100); }

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

background-color css

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

 a { background-color: rgb(72,136,100); }

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

border-color css

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

 span { border-color: rgb(72,136,100); }

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