Html Css Color HEX #488365 Como

📋 copy color: '#488365'

red 72 ◦ green 131 ◦ blue 101

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

Shades of Como #488365

Tints of Como #488365

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.09%

 BLUE value IS 101 (39.84% from 255) = 33.22%

R = 23.68%
G = 43.09%
B = 33.22%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#488365 (or 0x488365) is known color: Como. HEX triplet: 48, 83 and 65. RGB value is (72,131,101). Sum of RGB (Red+Green+Blue) = 72+131+101=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 131 (51.56% from 255 or 43.09% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 131 - color contains mainly: green. Hex color #488365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488365 is #B77C9A. Grayscale: #6D6D6D. Windows color (decimal): -12024987 or 6652744. OLE color: 6652744.

HSL color Cylindrical-coordinate representation of color #488365: hue angle of 149.49º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #488365 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 131 101 -
CMYK 0.45 0 0.23 0.49
HSL 149.49º 0.29% 0.4% -
HSV(B) 149.49º 0.45% 0.51% -
XYZ 13.14 18.55 15.2 -
YUV 109.94 122.95 100.94 -
System Red Green Blue C M Y K H S L
Decimal 72 131 101 0.45 0 0.23 0.49 149.49 0.29 0.4
Hex 48 83 65 2D 0 17 31 95 1D 28
Octal 110 203 145 55 0 27 61 225 35 50
Binary 1001000 10000011 1100101 101101 0 10111 110001 10010101 11101 101000

Color Harmonies of #488365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488365

Black with #488365

Text Example


Text Example

White with #488365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488365; }

 p { color: rgb(72,131,101); }

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

background-color css

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

 a { background-color: rgb(72,131,101); }

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

border-color css

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

 span { border-color: rgb(72,131,101); }

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