Html Css Color HEX #487255 Como

📋 copy color: '#487255'

red 72 ◦ green 114 ◦ blue 85

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

Shades of Como #487255

Tints of Como #487255

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.07%

 BLUE value IS 85 (33.59% from 255) = 31.37%

R = 26.57%
G = 42.07%
B = 31.37%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#487255 (or 0x487255) is known color: Como. HEX triplet: 48, 72 and 55. RGB value is (72,114,85). Sum of RGB (Red+Green+Blue) = 72+114+85=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 114 (44.92% from 255 or 42.07% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 114 - color contains mainly: green. Hex color #487255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487255 is #B78DAA. Grayscale: #626262. Windows color (decimal): -12029355 or 5599816. OLE color: 5599816.

HSL color Cylindrical-coordinate representation of color #487255: hue angle of 138.57º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #487255 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 114 85 -
CMYK 0.37 0 0.25 0.55
HSL 138.57º 0.23% 0.36% -
HSV(B) 138.57º 0.37% 0.45% -
XYZ 10.33 14.07 10.77 -
YUV 98.14 120.59 109.36 -
System Red Green Blue C M Y K H S L
Decimal 72 114 85 0.37 0 0.25 0.55 138.57 0.23 0.36
Hex 48 72 55 25 0 19 37 8B 17 24
Octal 110 162 125 45 0 31 67 213 27 44
Binary 1001000 1110010 1010101 100101 0 11001 110111 10001011 10111 100100

Color Harmonies of #487255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487255

Black with #487255

Text Example


Text Example

White with #487255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487255; }

 p { color: rgb(72,114,85); }

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

background-color css

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

 a { background-color: rgb(72,114,85); }

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

border-color css

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

 span { border-color: rgb(72,114,85); }

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