Html Css Color HEX #487258 Como

📋 copy color: '#487258'

red 72 ◦ green 114 ◦ blue 88

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

Shades of Como #487258

Tints of Como #487258

RGB

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

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

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

R = 26.28%
G = 41.61%
B = 32.12%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#487258 (or 0x487258) is known color: Como. HEX triplet: 48, 72 and 58. RGB value is (72,114,88). Sum of RGB (Red+Green+Blue) = 72+114+88=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 114 - color contains mainly: green. Hex color #487258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487258 is #B78DA7. Grayscale: #626262. Windows color (decimal): -12029352 or 5796424. OLE color: 5796424.

HSL color Cylindrical-coordinate representation of color #487258: hue angle of 142.86º 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 #487258 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 114 88 -
CMYK 0.37 0 0.23 0.55
HSL 142.86º 0.23% 0.36% -
HSV(B) 142.86º 0.37% 0.45% -
XYZ 10.45 14.12 11.41 -
YUV 98.48 122.09 109.11 -
System Red Green Blue C M Y K H S L
Decimal 72 114 88 0.37 0 0.23 0.55 142.86 0.23 0.36
Hex 48 72 58 25 0 17 37 8F 17 24
Octal 110 162 130 45 0 27 67 217 27 44
Binary 1001000 1110010 1011000 100101 0 10111 110111 10001111 10111 100100

Color Harmonies of #487258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487258

Black with #487258

Text Example


Text Example

White with #487258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487258; }

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

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

background-color css

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

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

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

border-color css

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

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

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