Html Css Color HEX #487661 Como

📋 copy color: '#487661'

red 72 ◦ green 118 ◦ blue 97

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

Shades of Como #487661

Tints of Como #487661

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.11%

 BLUE value IS 97 (38.28% from 255) = 33.8%

R = 25.09%
G = 41.11%
B = 33.8%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#487661 (or 0x487661) is known color: Como. HEX triplet: 48, 76 and 61. RGB value is (72,118,97). Sum of RGB (Red+Green+Blue) = 72+118+97=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 97 (38.28% from 255 or 33.80% from 287); Max value from RGB is 118 - color contains mainly: green. Hex color #487661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487661 is #B7899E. Grayscale: #656565. Windows color (decimal): -12028319 or 6387272. OLE color: 6387272.

HSL color Cylindrical-coordinate representation of color #487661: hue angle of 152.61º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #487661 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 118 97 -
CMYK 0.39 0 0.18 0.54
HSL 152.61º 0.24% 0.37% -
HSV(B) 152.61º 0.39% 0.46% -
XYZ 11.31 15.2 13.65 -
YUV 101.85 125.26 106.71 -
System Red Green Blue C M Y K H S L
Decimal 72 118 97 0.39 0 0.18 0.54 152.61 0.24 0.37
Hex 48 76 61 27 0 12 36 99 18 25
Octal 110 166 141 47 0 22 66 231 30 45
Binary 1001000 1110110 1100001 100111 0 10010 110110 10011001 11000 100101

Color Harmonies of #487661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487661

Black with #487661

Text Example


Text Example

White with #487661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487661; }

 p { color: rgb(72,118,97); }

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

background-color css

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

 a { background-color: rgb(72,118,97); }

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

border-color css

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

 span { border-color: rgb(72,118,97); }

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