#485144

Color #485144 Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #485144

Tints of Cabbage Pont #485144

Color information

#485144 (or 0x485144) is unknown color: approx Cabbage Pont. HEX triplet: 48, 51 and 44. RGB value is (72,81,68). Sum of RGB (Red+Green+Blue) = 72+81+68=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 68 (26.95% from 255 or 30.77% from 221); Max value from RGB is 81 - color contains mainly: green. Hex color #485144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485144 is #B7AEBB. Grayscale: #4C4C4C. Windows color (decimal): -12037820 or 4477256. OLE color: 4477256.

HSL color Cylindrical-coordinate representation of color #485144: hue angle of 101.54º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #485144 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB728168-
CMYK0.1100.160.68
HSL101.54º8.72%29.22%-
HSV(B)101.54º16.05%31.76%-
XYZ6.667.686.6-
YUV76.83123.02124.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.58%
GREEN value IS 81 (32.03% from 255) = 36.65%
BLUE value IS 68 (26.95% from 255) = 30.77%
R=32.58%
G=36.65%
B=30.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7281680.1100.160.68101.548.7229.22
Hex485144B010446691d
Octal110121104130201041461135
Binary100100010100011000100101101000010001001100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485144; }

 p { color: rgb(72,81,68); }

 H1.HeaderClassName
 {
   color: #485144;
 }
 .AnyTagClassName
 {
   color: #485144;
 }
</style>
background-color css

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

 a { background-color: rgb(72,81,68); }

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

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

 span { border-color: rgb(72,81,68); }

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