Html Css Color HEX #488766 Como

📋 copy color: '#488766'

red 72 ◦ green 135 ◦ blue 102

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

Shades of Como #488766

Tints of Como #488766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.01%

R = 23.3%
G = 43.69%
B = 33.01%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#488766 (or 0x488766) is known color: Como. HEX triplet: 48, 87 and 66. RGB value is (72,135,102). Sum of RGB (Red+Green+Blue) = 72+135+102=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 135 (53.12% from 255 or 43.69% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 135 - color contains mainly: green. Hex color #488766 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488766 is #B77899. Grayscale: #707070. Windows color (decimal): -12023962 or 6719304. OLE color: 6719304.

HSL color Cylindrical-coordinate representation of color #488766: hue angle of 148.57º 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 #488766 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 135 102 -
CMYK 0.47 0 0.24 0.47
HSL 148.57º 0.3% 0.41% -
HSV(B) 148.57º 0.47% 0.53% -
XYZ 13.73 19.66 15.64 -
YUV 112.4 122.13 99.18 -
System Red Green Blue C M Y K H S L
Decimal 72 135 102 0.47 0 0.24 0.47 148.57 0.3 0.41
Hex 48 87 66 2F 0 18 2F 95 1E 29
Octal 110 207 146 57 0 30 57 225 36 51
Binary 1001000 10000111 1100110 101111 0 11000 101111 10010101 11110 101001

Color Harmonies of #488766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488766

Black with #488766

Text Example


Text Example

White with #488766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488766; }

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

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

background-color css

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

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

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

border-color css

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

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

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